Html Css Color HEX #02DF97 Caribbean Green

📋 copy color: '#02DF97'

red 2 ◦ green 223 ◦ blue 151

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

Shades of Caribbean Green #02DF97

Tints of Caribbean Green #02DF97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 40.16%

R = 0.53%
G = 59.31%
B = 40.16%

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

#02DF97 (or 0x02DF97) is known color: Caribbean Green. HEX triplet: 02, DF and 97. RGB value is (2,223,151). Sum of RGB (Red+Green+Blue) = 2+223+151=376 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 376); Green value is 223 (87.5% from 255 or 59.31% from 376); Blue value is 151 (59.38% from 255 or 40.16% from 376); Max value from RGB is 223 - color contains mainly: green. Hex color #02DF97 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02DF97 is #FD2068. Grayscale: #949494. Windows color (decimal): -16588905 or 9953026. OLE color: 9953026.

HSL color Cylindrical-coordinate representation of color #02DF97: hue angle of 160.45º 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 #02DF97 is Cyan = 0.99, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 2 223 151 -
CMYK 0.99 0 0.32 0.13
HSL 160.45º 0.98% 0.44% -
HSV(B) 160.45º 0.99% 0.87% -
XYZ 32 55.02 38.21 -
YUV 148.71 129.28 23.35 -
System Red Green Blue C M Y K H S L
Decimal 2 223 151 0.99 0 0.32 0.13 160.45 0.98 0.44
Hex 2 DF 97 63 0 20 D A0 62 2C
Octal 2 337 227 143 0 40 15 240 142 54
Binary 10 11011111 10010111 1100011 0 100000 1101 10100000 1100010 101100

Color Harmonies of #02DF97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DF97

Black with #02DF97

Text Example


Text Example

White with #02DF97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,223,151); }

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

background-color css

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

 a { background-color: rgb(2,223,151); }

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

border-color css

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

 span { border-color: rgb(2,223,151); }

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