Html Css Color HEX #14D780 Caribbean Green

📋 copy color: '#14D780'

red 20 ◦ green 215 ◦ blue 128

#14D780
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caribbean Green #14D780

Tints of Caribbean Green #14D780

RGB

 RED value IS 20 (8.2% from 255) = 5.51%

 GREEN value IS 215 (84.38% from 255) = 59.23%

 BLUE value IS 128 (50.39% from 255) = 35.26%

R = 5.51%
G = 59.23%
B = 35.26%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.40

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#14D780 (or 0x14D780) is known color: Caribbean Green. HEX triplet: 14, D7 and 80. RGB value is (20,215,128). Sum of RGB (Red+Green+Blue) = 20+215+128=363 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.51% from 363); Green value is 215 (84.38% from 255 or 59.23% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 215 - color contains mainly: green. Hex color #14D780 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14D780 is #EB287F. Grayscale: #929292. Windows color (decimal): -15411328 or 8443668. OLE color: 8443668.

HSL color Cylindrical-coordinate representation of color #14D780: hue angle of 153.23º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D780 is Cyan = 0.91, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 20 215 128 -
CMYK 0.91 0 0.40 0.16
HSL 153.23º 0.83% 0.46% -
HSV(B) 153.23º 0.91% 0.84% -
XYZ 28.49 50.31 28.63 -
YUV 146.78 117.4 37.57 -
System Red Green Blue C M Y K H S L
Decimal 20 215 128 0.91 0 0.40 0.16 153.23 0.83 0.46
Hex 14 D7 80 5B 0 28 10 99 53 2E
Octal 24 327 200 133 0 50 20 231 123 56
Binary 10100 11010111 10000000 1011011 0 101000 10000 10011001 1010011 101110

Color Harmonies of #14D780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D780

Black with #14D780

Text Example


Text Example

White with #14D780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14D780; }

 p { color: rgb(20,215,128); }

 H1.HeaderClassName
 {
   color: #14D780;
 }
 .AnyTagClassName
 {
   color: #14D780;
 }
</style>

background-color css

<style>
 a { background-color: #14D780; }

 a { background-color: rgb(20,215,128); }

 div.DivClassName
 {
   background-color: #14D780;
 }
 .BgClassName
 {
   background-color: #14D780;
 }
</style>

border-color css

<style>
 span { border-color: #14D780; }

 span { border-color: rgb(20,215,128); }

 td.TdClassName
 {
   border-color: #14D780;
 }
 .TagClassName
 {
   border-color: #14D780;
 }
</style>