#02BB64

Color #02BB64 Jade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jade #02BB64

Tints of Jade #02BB64

Color information

#02BB64 (or 0x02BB64) is unknown color: approx Jade. HEX triplet: 02, BB and 64. RGB value is (2,187,100). Sum of RGB (Red+Green+Blue) = 2+187+100=289 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 289); Green value is 187 (73.44% from 255 or 64.71% from 289); Blue value is 100 (39.45% from 255 or 34.60% from 289); Max value from RGB is 187 - color contains mainly: green. Hex color #02BB64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02BB64 is #FD449B. Grayscale: #797979. Windows color (decimal): -16598172 or 6601474. OLE color: 6601474.

HSL color Cylindrical-coordinate representation of color #02BB64: hue angle of 151.78º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BB64 is Cyan = 0.99, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB2187100-
CMYK0.9900.470.27
HSL151.78º97.88%37.06%-
HSV(B)151.78º98.93%73.33%-
XYZ20.136.4718.04-
YUV121.77115.7142.57-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.69%
GREEN value IS 187 (73.44% from 255) = 64.71%
BLUE value IS 100 (39.45% from 255) = 34.60%
R=0.69%
G=64.71%
B=34.60%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal21871000.9900.470.27151.7897.8837.06
Hex2BB646302F1B986225
Octal22731441430573323014245
Binary101011101111001001100011010111111011100110001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02BB64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,187,100); }

 H1.HeaderClassName
 {
   color: #02BB64;
 }
 .AnyTagClassName
 {
   color: #02BB64;
 }
</style>
background-color css

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

 a { background-color: rgb(2,187,100); }

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

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

 span { border-color: rgb(2,187,100); }

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