Html Css Color HEX #02DC99 Caribbean Green

📋 copy color: '#02DC99'

red 2 ◦ green 220 ◦ blue 153

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

Shades of Caribbean Green #02DC99

Tints of Caribbean Green #02DC99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 40.8%

R = 0.53%
G = 58.67%
B = 40.8%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#02DC99 (or 0x02DC99) is known color: Caribbean Green. HEX triplet: 02, DC and 99. RGB value is (2,220,153). Sum of RGB (Red+Green+Blue) = 2+220+153=375 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 375); Green value is 220 (86.33% from 255 or 58.67% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 220 - color contains mainly: green. Hex color #02DC99 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02DC99 is #FD2366. Grayscale: #939393. Windows color (decimal): -16589671 or 10083330. OLE color: 10083330.

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

Color convert

RGB 2 220 153 -
CMYK 0.99 0 0.30 0.14
HSL 161.56º 0.98% 0.44% -
HSV(B) 161.56º 0.99% 0.86% -
XYZ 31.37 53.5 38.81 -
YUV 147.18 131.28 24.45 -
System Red Green Blue C M Y K H S L
Decimal 2 220 153 0.99 0 0.30 0.14 161.56 0.98 0.44
Hex 2 DC 99 63 0 1E E A2 62 2C
Octal 2 334 231 143 0 36 16 242 142 54
Binary 10 11011100 10011001 1100011 0 11110 1110 10100010 1100010 101100

Color Harmonies of #02DC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DC99

Black with #02DC99

Text Example


Text Example

White with #02DC99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,220,153); }

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

background-color css

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

 a { background-color: rgb(2,220,153); }

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

border-color css

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

 span { border-color: rgb(2,220,153); }

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