Html Css Color HEX #14DA81 Caribbean Green

📋 copy color: '#14DA81'

red 20 ◦ green 218 ◦ blue 129

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

Shades of Caribbean Green #14DA81

Tints of Caribbean Green #14DA81

RGB

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

 GREEN value IS 218 (85.55% from 255) = 59.4%

 BLUE value IS 129 (50.78% from 255) = 35.15%

R = 5.45%
G = 59.4%
B = 35.15%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#14DA81 (or 0x14DA81) is known color: Caribbean Green. HEX triplet: 14, DA and 81. RGB value is (20,218,129). Sum of RGB (Red+Green+Blue) = 20+218+129=367 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.45% from 367); Green value is 218 (85.55% from 255 or 59.40% from 367); Blue value is 129 (50.78% from 255 or 35.15% from 367); Max value from RGB is 218 - color contains mainly: green. Hex color #14DA81 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14DA81 is #EB257E. Grayscale: #949494. Windows color (decimal): -15410559 or 8509972. OLE color: 8509972.

HSL color Cylindrical-coordinate representation of color #14DA81: hue angle of 153.03º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DA81 is Cyan = 0.91, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 20 218 129 -
CMYK 0.91 0 0.41 0.15
HSL 153.03º 0.83% 0.47% -
HSV(B) 153.03º 0.91% 0.85% -
XYZ 29.32 51.88 29.24 -
YUV 148.65 116.9 36.24 -
System Red Green Blue C M Y K H S L
Decimal 20 218 129 0.91 0 0.41 0.15 153.03 0.83 0.47
Hex 14 DA 81 5B 0 29 F 99 53 2F
Octal 24 332 201 133 0 51 17 231 123 57
Binary 10100 11011010 10000001 1011011 0 101001 1111 10011001 1010011 101111

Color Harmonies of #14DA81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DA81

Black with #14DA81

Text Example


Text Example

White with #14DA81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,218,129); }

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

background-color css

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

 a { background-color: rgb(20,218,129); }

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

border-color css

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

 span { border-color: rgb(20,218,129); }

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