#46BF27

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

Shades of Kelly Green #46BF27

Tints of Kelly Green #46BF27

Color information

#46BF27 (or 0x46BF27) is unknown color: approx Kelly Green. HEX triplet: 46, BF and 27. RGB value is (70,191,39). Sum of RGB (Red+Green+Blue) = 70+191+39=300 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.33% from 300); Green value is 191 (75% from 255 or 63.67% from 300); Blue value is 39 (15.62% from 255 or 13% from 300); Max value from RGB is 191 - color contains mainly: green. Hex color #46BF27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46BF27 is #B940D8. Grayscale: #898989. Windows color (decimal): -12140761 or 2604870. OLE color: 2604870.

HSL color Cylindrical-coordinate representation of color #46BF27: hue angle of 107.76º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #46BF27 is Cyan = 0.63, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB7019139-
CMYK0.6300.800.25
HSL107.76º66.09%45.1%-
HSV(B)107.76º79.58%74.9%-
XYZ21.5238.718.26-
YUV137.4972.4179.86-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.33%
GREEN value IS 191 (75% from 255) = 63.67%
BLUE value IS 39 (15.62% from 255) = 13%
R=23.33%
G=63.67%
B=13%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal70191390.6300.800.25107.7666.0945.1
Hex46BF273F050196c422d
Octal106277477701203115410255
Binary100011010111111100111111111010100001100111011001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46BF27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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