Html Css Color HEX #02D777 Caribbean Green

📋 copy color: '#02D777'

red 2 ◦ green 215 ◦ blue 119

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

Shades of Caribbean Green #02D777

Tints of Caribbean Green #02D777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 35.42%

R = 0.6%
G = 63.99%
B = 35.42%

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

#02D777 (or 0x02D777) is known color: Caribbean Green. HEX triplet: 02, D7 and 77. RGB value is (2,215,119). Sum of RGB (Red+Green+Blue) = 2+215+119=336 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 336); Green value is 215 (84.38% from 255 or 63.99% from 336); Blue value is 119 (46.88% from 255 or 35.42% from 336); Max value from RGB is 215 - color contains mainly: green. Hex color #02D777 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D777 is #FD2888. Grayscale: #8C8C8C. Windows color (decimal): -16590985 or 7853826. OLE color: 7853826.

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

Color convert

RGB 2 215 119 -
CMYK 0.99 0 0.45 0.16
HSL 152.96º 0.98% 0.43% -
HSV(B) 152.96º 0.99% 0.84% -
XYZ 27.66 49.95 25.64 -
YUV 140.37 115.93 29.31 -
System Red Green Blue C M Y K H S L
Decimal 2 215 119 0.99 0 0.45 0.16 152.96 0.98 0.43
Hex 2 D7 77 63 0 2D 10 99 62 2B
Octal 2 327 167 143 0 55 20 231 142 53
Binary 10 11010111 1110111 1100011 0 101101 10000 10011001 1100010 101011

Color Harmonies of #02D777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D777

Black with #02D777

Text Example


Text Example

White with #02D777

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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