#46C700

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

Shades of Kelly Green #46C700

Tints of Kelly Green #46C700

Color information

#46C700 (or 0x46C700) is unknown color: approx Kelly Green. HEX triplet: 46, C7 and 00. RGB value is (70,199,0). Sum of RGB (Red+Green+Blue) = 70+199+0=269 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.02% from 269); Green value is 199 (78.12% from 255 or 73.98% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 199 - color contains mainly: green. Hex color #46C700 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46C700 is #B938FF. Grayscale: #8A8A8A. Windows color (decimal): -12138752 or 51014. OLE color: 51014.

HSL color Cylindrical-coordinate representation of color #46C700: hue angle of 98.89º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #46C700 is Cyan = 0.65, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB701990-
CMYK0.65010.22
HSL98.89º100%39.02%-
HSV(B)98.89º100%78.04%-
XYZ22.9542.156.93-
YUV137.7450.2679.68-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.02%
GREEN value IS 199 (78.12% from 255) = 73.98%
BLUE value IS 0 (0.39% from 255) = 0%
R=26.02%
G=73.98%
B=0%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal7019900.65010.2298.8910039.02
Hex46C704106416636427
Octal106307010101442614314447
Binary10001101100011101000001011001001011011000111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46C700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,199,0); }

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

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

 a { background-color: rgb(70,199,0); }

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

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

 span { border-color: rgb(70,199,0); }

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