#00BF66

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

Shades of Jade #00BF66

Tints of Jade #00BF66

Color information

#00BF66 (or 0x00BF66) is unknown color: approx Jade. HEX triplet: 00, BF and 66. RGB value is (0,191,102). Sum of RGB (Red+Green+Blue) = 0+191+102=293 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 293); Green value is 191 (75% from 255 or 65.19% from 293); Blue value is 102 (40.23% from 255 or 34.81% from 293); Max value from RGB is 191 - color contains mainly: green. Hex color #00BF66 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00BF66 is #FF4099. Grayscale: #7B7B7B. Windows color (decimal): -16728218 or 6733568. OLE color: 6733568.

HSL color Cylindrical-coordinate representation of color #00BF66: hue angle of 152.04º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BF66 is Cyan = 1, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB0191102-
CMYK100.470.25
HSL152.04º100%37.45%-
HSV(B)152.04º100%74.9%-
XYZ21.0338.2218.84-
YUV123.74115.7239.74-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 191 (75% from 255) = 65.19%
BLUE value IS 102 (40.23% from 255) = 34.81%
R=0%
G=65.19%
B=34.81%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal0191102100.470.25152.0410037.45
Hex0BF666402F19986425
Octal02771461440573123014445
Binary01011111111001101100100010111111001100110001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00BF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00BF66; }

 p { color: rgb(0,191,102); }

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

<style>
 a { background-color: #00BF66; }

 a { background-color: rgb(0,191,102); }

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

<style>
 span { border-color: #00BF66; }

 span { border-color: rgb(0,191,102); }

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