Html Css Color HEX #14DC85 Caribbean Green

📋 copy color: '#14DC85'

red 20 ◦ green 220 ◦ blue 133

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

Shades of Caribbean Green #14DC85

Tints of Caribbean Green #14DC85

RGB

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

 GREEN value IS 220 (86.33% from 255) = 58.98%

 BLUE value IS 133 (52.34% from 255) = 35.66%

R = 5.36%
G = 58.98%
B = 35.66%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#14DC85 (or 0x14DC85) is known color: Caribbean Green. HEX triplet: 14, DC and 85. RGB value is (20,220,133). Sum of RGB (Red+Green+Blue) = 20+220+133=373 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.36% from 373); Green value is 220 (86.33% from 255 or 58.98% from 373); Blue value is 133 (52.34% from 255 or 35.66% from 373); Max value from RGB is 220 - color contains mainly: green. Hex color #14DC85 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14DC85 is #EB237A. Grayscale: #969696. Windows color (decimal): -15410043 or 8772628. OLE color: 8772628.

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

Color convert

RGB 20 220 133 -
CMYK 0.91 0 0.40 0.14
HSL 153.9º 0.83% 0.47% -
HSV(B) 153.9º 0.91% 0.86% -
XYZ 30.12 53.03 30.84 -
YUV 150.28 118.24 35.07 -
System Red Green Blue C M Y K H S L
Decimal 20 220 133 0.91 0 0.40 0.14 153.9 0.83 0.47
Hex 14 DC 85 5B 0 28 E 9A 53 2F
Octal 24 334 205 133 0 50 16 232 123 57
Binary 10100 11011100 10000101 1011011 0 101000 1110 10011010 1010011 101111

Color Harmonies of #14DC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DC85

Black with #14DC85

Text Example


Text Example

White with #14DC85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,220,133); }

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

background-color css

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

 a { background-color: rgb(20,220,133); }

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

border-color css

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

 span { border-color: rgb(20,220,133); }

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