#46BF1F

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

Shades of Kelly Green #46BF1F

Tints of Kelly Green #46BF1F

Color information

#46BF1F (or 0x46BF1F) is unknown color: approx Kelly Green. HEX triplet: 46, BF and 1F. RGB value is (70,191,31). Sum of RGB (Red+Green+Blue) = 70+191+31=292 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.97% from 292); Green value is 191 (75% from 255 or 65.41% from 292); Blue value is 31 (12.5% from 255 or 10.62% from 292); Max value from RGB is 191 - color contains mainly: green. Hex color #46BF1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46BF1F is #B940E0. Grayscale: #898989. Windows color (decimal): -12140769 or 2080582. OLE color: 2080582.

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

Color convert

RGB7019131-
CMYK0.6300.840.25
HSL105.38º72.07%43.53%-
HSV(B)105.38º83.77%74.9%-
XYZ21.438.667.63-
YUV136.5868.4180.51-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.97%
GREEN value IS 191 (75% from 255) = 65.41%
BLUE value IS 31 (12.5% from 255) = 10.62%
R=23.97%
G=65.41%
B=10.62%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal70191310.6300.840.25105.3872.0743.53
Hex46BF1F3F0541969482c
Octal106277377701243115111054
Binary10001101011111111111111111010101001100111010011001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46BF1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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