Html Css Color HEX #14DF85 Caribbean Green

📋 copy color: '#14DF85'

red 20 ◦ green 223 ◦ blue 133

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

Shades of Caribbean Green #14DF85

Tints of Caribbean Green #14DF85

RGB

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

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

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

R = 5.32%
G = 59.31%
B = 35.37%

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

#14DF85 (or 0x14DF85) is known color: Caribbean Green. HEX triplet: 14, DF and 85. RGB value is (20,223,133). Sum of RGB (Red+Green+Blue) = 20+223+133=376 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.32% from 376); Green value is 223 (87.5% from 255 or 59.31% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 223 - color contains mainly: green. Hex color #14DF85 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14DF85 is #EB207A. Grayscale: #989898. Windows color (decimal): -15409275 or 8773396. OLE color: 8773396.

HSL color Cylindrical-coordinate representation of color #14DF85: hue angle of 153.4º 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 #14DF85 is Cyan = 0.91, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 20 223 133 -
CMYK 0.91 0 0.40 0.13
HSL 153.4º 0.84% 0.48% -
HSV(B) 153.4º 0.91% 0.87% -
XYZ 30.91 54.62 31.1 -
YUV 152.04 117.25 33.82 -
System Red Green Blue C M Y K H S L
Decimal 20 223 133 0.91 0 0.40 0.13 153.4 0.84 0.48
Hex 14 DF 85 5B 0 28 D 99 54 30
Octal 24 337 205 133 0 50 15 231 124 60
Binary 10100 11011111 10000101 1011011 0 101000 1101 10011001 1010100 110000

Color Harmonies of #14DF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DF85

Black with #14DF85

Text Example


Text Example

White with #14DF85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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