Html Css Color HEX #02C981 Caribbean Green

📋 copy color: '#02C981'

red 2 ◦ green 201 ◦ blue 129

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

Shades of Caribbean Green #02C981

Tints of Caribbean Green #02C981

RGB

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

 GREEN value IS 201 (78.91% from 255) = 60.54%

 BLUE value IS 129 (50.78% from 255) = 38.86%

R = 0.6%
G = 60.54%
B = 38.86%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#02C981 (or 0x02C981) is known color: Caribbean Green. HEX triplet: 02, C9 and 81. RGB value is (2,201,129). Sum of RGB (Red+Green+Blue) = 2+201+129=332 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 332); Green value is 201 (78.91% from 255 or 60.54% from 332); Blue value is 129 (50.78% from 255 or 38.86% from 332); Max value from RGB is 201 - color contains mainly: green. Hex color #02C981 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C981 is #FD367E. Grayscale: #858585. Windows color (decimal): -16594559 or 8505602. OLE color: 8505602.

HSL color Cylindrical-coordinate representation of color #02C981: hue angle of 158.29º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C981 is Cyan = 0.99, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB 2 201 129 -
CMYK 0.99 0 0.36 0.21
HSL 158.29º 0.98% 0.4% -
HSV(B) 158.29º 0.99% 0.79% -
XYZ 24.87 43.37 27.83 -
YUV 133.29 125.57 34.35 -
System Red Green Blue C M Y K H S L
Decimal 2 201 129 0.99 0 0.36 0.21 158.29 0.98 0.4
Hex 2 C9 81 63 0 24 15 9E 62 28
Octal 2 311 201 143 0 44 25 236 142 50
Binary 10 11001001 10000001 1100011 0 100100 10101 10011110 1100010 101000

Color Harmonies of #02C981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C981

Black with #02C981

Text Example


Text Example

White with #02C981

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,201,129); }

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

background-color css

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

 a { background-color: rgb(2,201,129); }

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

border-color css

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

 span { border-color: rgb(2,201,129); }

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