#46BF0F

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

Shades of Kelly Green #46BF0F

Tints of Kelly Green #46BF0F

Color information

#46BF0F (or 0x46BF0F) is unknown color: approx Kelly Green. HEX triplet: 46, BF and 0F. RGB value is (70,191,15). Sum of RGB (Red+Green+Blue) = 70+191+15=276 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.36% from 276); Green value is 191 (75% from 255 or 69.20% from 276); Blue value is 15 (6.25% from 255 or 5.43% from 276); Max value from RGB is 191 - color contains mainly: green. Hex color #46BF0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46BF0F is #B940F0. Grayscale: #878787. Windows color (decimal): -12140785 or 1032006. OLE color: 1032006.

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

Color convert

RGB7019115-
CMYK0.6300.920.25
HSL101.25º85.44%40.39%-
HSV(B)101.25º92.15%74.9%-
XYZ21.2438.66.78-
YUV134.7660.4181.81-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.36%
GREEN value IS 191 (75% from 255) = 69.20%
BLUE value IS 15 (6.25% from 255) = 5.43%
R=25.36%
G=69.20%
B=5.43%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal70191150.6300.920.25101.2585.4440.39
Hex46BFF3F05C19655528
Octal106277177701343114512550
Binary1000110101111111111111111010111001100111001011010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46BF0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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