#02BF5F

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

Shades of Jade #02BF5F

Tints of Jade #02BF5F

Color information

#02BF5F (or 0x02BF5F) is unknown color: approx Jade. HEX triplet: 02, BF and 5F. RGB value is (2,191,95). Sum of RGB (Red+Green+Blue) = 2+191+95=288 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 288); Green value is 191 (75% from 255 or 66.32% from 288); Blue value is 95 (37.5% from 255 or 32.99% from 288); Max value from RGB is 191 - color contains mainly: green. Hex color #02BF5F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02BF5F is #FD40A0. Grayscale: #7B7B7B. Windows color (decimal): -16597153 or 6274818. OLE color: 6274818.

HSL color Cylindrical-coordinate representation of color #02BF5F: hue angle of 149.52º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BF5F is Cyan = 0.99, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB219195-
CMYK0.9900.500.25
HSL149.52º97.93%37.84%-
HSV(B)149.52º98.95%74.9%-
XYZ20.7238.117.09-
YUV123.54111.8841.31-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.69%
GREEN value IS 191 (75% from 255) = 66.32%
BLUE value IS 95 (37.5% from 255) = 32.99%
R=0.69%
G=66.32%
B=32.99%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal2191950.9900.500.25149.5297.9337.84
Hex2BF5F6303219966226
Octal22771371430623122614246
Binary101011111110111111100011011001011001100101101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02BF5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,191,95); }

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

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

 a { background-color: rgb(2,191,95); }

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

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

 span { border-color: rgb(2,191,95); }

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