Html Css Color HEX #14DF86 Caribbean Green

📋 copy color: '#14DF86'

red 20 ◦ green 223 ◦ blue 134

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

Shades of Caribbean Green #14DF86

Tints of Caribbean Green #14DF86

RGB

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

 GREEN value IS 223 (87.5% from 255) = 59.15%

 BLUE value IS 134 (52.73% from 255) = 35.54%

R = 5.31%
G = 59.15%
B = 35.54%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#14DF86 (or 0x14DF86) is known color: Caribbean Green. HEX triplet: 14, DF and 86. RGB value is (20,223,134). Sum of RGB (Red+Green+Blue) = 20+223+134=377 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.31% from 377); Green value is 223 (87.5% from 255 or 59.15% from 377); Blue value is 134 (52.73% from 255 or 35.54% from 377); Max value from RGB is 223 - color contains mainly: green. Hex color #14DF86 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14DF86 is #EB2079. Grayscale: #989898. Windows color (decimal): -15409274 or 8838932. OLE color: 8838932.

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

Color convert

RGB 20 223 134 -
CMYK 0.91 0 0.40 0.13
HSL 153.69º 0.84% 0.48% -
HSV(B) 153.69º 0.91% 0.87% -
XYZ 30.98 54.65 31.47 -
YUV 152.16 117.75 33.74 -
System Red Green Blue C M Y K H S L
Decimal 20 223 134 0.91 0 0.40 0.13 153.69 0.84 0.48
Hex 14 DF 86 5B 0 28 D 9A 54 30
Octal 24 337 206 133 0 50 15 232 124 60
Binary 10100 11011111 10000110 1011011 0 101000 1101 10011010 1010100 110000

Color Harmonies of #14DF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DF86

Black with #14DF86

Text Example


Text Example

White with #14DF86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,223,134); }

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

background-color css

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

 a { background-color: rgb(20,223,134); }

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

border-color css

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

 span { border-color: rgb(20,223,134); }

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