#46BF0B

Color #46BF0B Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #46BF0B

Tints of Kelly Green #46BF0B

Color information

#46BF0B (or 0x46BF0B) is unknown color: approx Kelly Green. HEX triplet: 46, BF and 0B. RGB value is (70,191,11). Sum of RGB (Red+Green+Blue) = 70+191+11=272 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.74% from 272); Green value is 191 (75% from 255 or 70.22% from 272); Blue value is 11 (4.69% from 255 or 4.04% from 272); Max value from RGB is 191 - color contains mainly: green. Hex color #46BF0B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46BF0B is #B940F4. Grayscale: #868686. Windows color (decimal): -12140789 or 769862. OLE color: 769862.

HSL color Cylindrical-coordinate representation of color #46BF0B: hue angle of 100.33º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #46BF0B is Cyan = 0.63, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB7019111-
CMYK0.6300.940.25
HSL100.33º89.11%39.61%-
HSV(B)100.33º94.24%74.9%-
XYZ21.2238.596.65-
YUV134.358.4182.14-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.74%
GREEN value IS 191 (75% from 255) = 70.22%
BLUE value IS 11 (4.69% from 255) = 4.04%
R=25.74%
G=70.22%
B=4.04%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal70191110.6300.940.25100.3389.1139.61
Hex46BFB3F05E19645928
Octal106277137701363114413150
Binary1000110101111111011111111010111101100111001001011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46BF0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46BF0B; }

 p { color: rgb(70,191,11); }

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

<style>
 a { background-color: #46BF0B; }

 a { background-color: rgb(70,191,11); }

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

<style>
 span { border-color: #46BF0B; }

 span { border-color: rgb(70,191,11); }

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