#46DD1C

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

Shades of Kelly Green #46DD1C

Tints of Kelly Green #46DD1C

Color information

#46DD1C (or 0x46DD1C) is unknown color: approx Kelly Green. HEX triplet: 46, DD and 1C. RGB value is (70,221,28). Sum of RGB (Red+Green+Blue) = 70+221+28=319 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.94% from 319); Green value is 221 (86.72% from 255 or 69.28% from 319); Blue value is 28 (11.33% from 255 or 8.78% from 319); Max value from RGB is 221 - color contains mainly: green. Hex color #46DD1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46DD1C is #B922E3. Grayscale: #9A9A9A. Windows color (decimal): -12133092 or 1891654. OLE color: 1891654.

HSL color Cylindrical-coordinate representation of color #46DD1C: hue angle of 106.94º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #46DD1C is Cyan = 0.68, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB7022128-
CMYK0.6800.870.13
HSL106.94º77.51%48.82%-
HSV(B)106.94º87.33%86.67%-
XYZ28.5953.19.84-
YUV153.8556.9768.19-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.94%
GREEN value IS 221 (86.72% from 255) = 69.28%
BLUE value IS 28 (11.33% from 255) = 8.78%
R=21.94%
G=69.28%
B=8.78%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal70221280.6800.870.13106.9477.5148.82
Hex46DD1C44057D6b4e31
Octal1063353410401271515311661
Binary10001101101110111100100010001010111110111010111001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46DD1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,221,28); }

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

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

 a { background-color: rgb(70,221,28); }

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

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

 span { border-color: rgb(70,221,28); }

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