#46C50C

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

Shades of Kelly Green #46C50C

Tints of Kelly Green #46C50C

Color information

#46C50C (or 0x46C50C) is unknown color: approx Kelly Green. HEX triplet: 46, C5 and 0C. RGB value is (70,197,12). Sum of RGB (Red+Green+Blue) = 70+197+12=279 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.09% from 279); Green value is 197 (77.34% from 255 or 70.61% from 279); Blue value is 12 (5.08% from 255 or 4.30% from 279); Max value from RGB is 197 - color contains mainly: green. Hex color #46C50C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46C50C is #B93AF3. Grayscale: #8A8A8A. Windows color (decimal): -12139252 or 836934. OLE color: 836934.

HSL color Cylindrical-coordinate representation of color #46C50C: hue angle of 101.19º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #46C50C is Cyan = 0.64, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB7019712-
CMYK0.6400.940.23
HSL101.19º88.52%40.98%-
HSV(B)101.19º93.91%77.25%-
XYZ22.5641.267.12-
YUV137.9456.9279.54-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.09%
GREEN value IS 197 (77.34% from 255) = 70.61%
BLUE value IS 12 (5.08% from 255) = 4.30%
R=25.09%
G=70.61%
B=4.30%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal70197120.6400.940.23101.1988.5240.98
Hex46C5C4005E17655929
Octal1063051410001362714513151
Binary10001101100010111001000000010111101011111001011011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46C50C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,197,12); }

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

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

 a { background-color: rgb(70,197,12); }

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

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

 span { border-color: rgb(70,197,12); }

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