Html Css Color HEX #02D776 Caribbean Green

📋 copy color: '#02D776'

red 2 ◦ green 215 ◦ blue 118

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

Shades of Caribbean Green #02D776

Tints of Caribbean Green #02D776

RGB

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

 GREEN value IS 215 (84.38% from 255) = 64.18%

 BLUE value IS 118 (46.48% from 255) = 35.22%

R = 0.6%
G = 64.18%
B = 35.22%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#02D776 (or 0x02D776) is known color: Caribbean Green. HEX triplet: 02, D7 and 76. RGB value is (2,215,118). Sum of RGB (Red+Green+Blue) = 2+215+118=335 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 335); Green value is 215 (84.38% from 255 or 64.18% from 335); Blue value is 118 (46.48% from 255 or 35.22% from 335); Max value from RGB is 215 - color contains mainly: green. Hex color #02D776 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D776 is #FD2889. Grayscale: #8C8C8C. Windows color (decimal): -16590986 or 7788290. OLE color: 7788290.

HSL color Cylindrical-coordinate representation of color #02D776: hue angle of 152.68º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D776 is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 2 215 118 -
CMYK 0.99 0 0.45 0.16
HSL 152.68º 0.98% 0.43% -
HSV(B) 152.68º 0.99% 0.84% -
XYZ 27.6 49.92 25.32 -
YUV 140.26 115.43 29.39 -
System Red Green Blue C M Y K H S L
Decimal 2 215 118 0.99 0 0.45 0.16 152.68 0.98 0.43
Hex 2 D7 76 63 0 2D 10 99 62 2B
Octal 2 327 166 143 0 55 20 231 142 53
Binary 10 11010111 1110110 1100011 0 101101 10000 10011001 1100010 101011

Color Harmonies of #02D776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D776

Black with #02D776

Text Example


Text Example

White with #02D776

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,215,118); }

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

background-color css

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

 a { background-color: rgb(2,215,118); }

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

border-color css

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

 span { border-color: rgb(2,215,118); }

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