Html Css Color HEX #02DF9D Caribbean Green

📋 copy color: '#02DF9D'

red 2 ◦ green 223 ◦ blue 157

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

Shades of Caribbean Green #02DF9D

Tints of Caribbean Green #02DF9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.1%

R = 0.52%
G = 58.38%
B = 41.1%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#02DF9D (or 0x02DF9D) is known color: Caribbean Green. HEX triplet: 02, DF and 9D. RGB value is (2,223,157). Sum of RGB (Red+Green+Blue) = 2+223+157=382 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 382); Green value is 223 (87.5% from 255 or 58.38% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 223 - color contains mainly: green. Hex color #02DF9D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02DF9D is #FD2062. Grayscale: #959595. Windows color (decimal): -16588899 or 10346242. OLE color: 10346242.

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

Color convert

RGB 2 223 157 -
CMYK 0.99 0 0.30 0.13
HSL 162.08º 0.98% 0.44% -
HSV(B) 162.08º 0.99% 0.87% -
XYZ 32.5 55.22 40.84 -
YUV 149.4 132.28 22.87 -
System Red Green Blue C M Y K H S L
Decimal 2 223 157 0.99 0 0.30 0.13 162.08 0.98 0.44
Hex 2 DF 9D 63 0 1E D A2 62 2C
Octal 2 337 235 143 0 36 15 242 142 54
Binary 10 11011111 10011101 1100011 0 11110 1101 10100010 1100010 101100

Color Harmonies of #02DF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DF9D

Black with #02DF9D

Text Example


Text Example

White with #02DF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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