#02BD65

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

Shades of Jade #02BD65

Tints of Jade #02BD65

Color information

#02BD65 (or 0x02BD65) is unknown color: approx Jade. HEX triplet: 02, BD and 65. RGB value is (2,189,101). Sum of RGB (Red+Green+Blue) = 2+189+101=292 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 292); Green value is 189 (74.22% from 255 or 64.73% from 292); Blue value is 101 (39.84% from 255 or 34.59% from 292); Max value from RGB is 189 - color contains mainly: green. Hex color #02BD65 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02BD65 is #FD429A. Grayscale: #7B7B7B. Windows color (decimal): -16597659 or 6667522. OLE color: 6667522.

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

Color convert

RGB2189101-
CMYK0.9900.470.26
HSL151.76º97.91%37.45%-
HSV(B)151.76º98.94%74.12%-
XYZ20.5737.3518.44-
YUV123.06115.5541.66-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.68%
GREEN value IS 189 (74.22% from 255) = 64.73%
BLUE value IS 101 (39.84% from 255) = 34.59%
R=0.68%
G=64.73%
B=34.59%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal21891010.9900.470.26151.7697.9137.45
Hex2BD656302F1A986225
Octal22751451430573223014245
Binary101011110111001011100011010111111010100110001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02BD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,189,101); }

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

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

 a { background-color: rgb(2,189,101); }

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

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

 span { border-color: rgb(2,189,101); }

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