Html Css Color HEX #02DD96 Caribbean Green

📋 copy color: '#02DD96'

red 2 ◦ green 221 ◦ blue 150

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

Shades of Caribbean Green #02DD96

Tints of Caribbean Green #02DD96

RGB

 RED value IS 2 (1.17% from 255) = 0.54%

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

 BLUE value IS 150 (58.98% from 255) = 40.21%

R = 0.54%
G = 59.25%
B = 40.21%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#02DD96 (or 0x02DD96) is known color: Caribbean Green. HEX triplet: 02, DD and 96. RGB value is (2,221,150). Sum of RGB (Red+Green+Blue) = 2+221+150=373 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 373); Green value is 221 (86.72% from 255 or 59.25% from 373); Blue value is 150 (58.98% from 255 or 40.21% from 373); Max value from RGB is 221 - color contains mainly: green. Hex color #02DD96 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02DD96 is #FD2269. Grayscale: #939393. Windows color (decimal): -16589418 or 9886978. OLE color: 9886978.

HSL color Cylindrical-coordinate representation of color #02DD96: hue angle of 160.55º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DD96 is Cyan = 0.99, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 2 221 150 -
CMYK 0.99 0 0.32 0.13
HSL 160.55º 0.98% 0.44% -
HSV(B) 160.55º 0.99% 0.87% -
XYZ 31.39 53.93 37.61 -
YUV 147.43 129.45 24.27 -
System Red Green Blue C M Y K H S L
Decimal 2 221 150 0.99 0 0.32 0.13 160.55 0.98 0.44
Hex 2 DD 96 63 0 20 D A1 62 2C
Octal 2 335 226 143 0 40 15 241 142 54
Binary 10 11011101 10010110 1100011 0 100000 1101 10100001 1100010 101100

Color Harmonies of #02DD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DD96

Black with #02DD96

Text Example


Text Example

White with #02DD96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02DD96; }

 p { color: rgb(2,221,150); }

 H1.HeaderClassName
 {
   color: #02DD96;
 }
 .AnyTagClassName
 {
   color: #02DD96;
 }
</style>

background-color css

<style>
 a { background-color: #02DD96; }

 a { background-color: rgb(2,221,150); }

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

border-color css

<style>
 span { border-color: #02DD96; }

 span { border-color: rgb(2,221,150); }

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