Html Css Color HEX #14DD95 Caribbean Green

📋 copy color: '#14DD95'

red 20 ◦ green 221 ◦ blue 149

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

Shades of Caribbean Green #14DD95

Tints of Caribbean Green #14DD95

RGB

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

 GREEN value IS 221 (86.72% from 255) = 56.67%

 BLUE value IS 149 (58.59% from 255) = 38.21%

R = 5.13%
G = 56.67%
B = 38.21%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#14DD95 (or 0x14DD95) is known color: Caribbean Green. HEX triplet: 14, DD and 95. RGB value is (20,221,149). Sum of RGB (Red+Green+Blue) = 20+221+149=390 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.13% from 390); Green value is 221 (86.72% from 255 or 56.67% from 390); Blue value is 149 (58.59% from 255 or 38.21% from 390); Max value from RGB is 221 - color contains mainly: green. Hex color #14DD95 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14DD95 is #EB226A. Grayscale: #989898. Windows color (decimal): -15409771 or 9821460. OLE color: 9821460.

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

Color convert

RGB 20 221 149 -
CMYK 0.91 0 0.33 0.13
HSL 158.51º 0.83% 0.47% -
HSV(B) 158.51º 0.91% 0.87% -
XYZ 31.57 54.03 37.2 -
YUV 152.69 125.91 33.35 -
System Red Green Blue C M Y K H S L
Decimal 20 221 149 0.91 0 0.33 0.13 158.51 0.83 0.47
Hex 14 DD 95 5B 0 21 D 9F 53 2F
Octal 24 335 225 133 0 41 15 237 123 57
Binary 10100 11011101 10010101 1011011 0 100001 1101 10011111 1010011 101111

Color Harmonies of #14DD95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DD95

Black with #14DD95

Text Example


Text Example

White with #14DD95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,221,149); }

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

background-color css

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

 a { background-color: rgb(20,221,149); }

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

border-color css

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

 span { border-color: rgb(20,221,149); }

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