#46CA01

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

Shades of Kelly Green #46CA01

Tints of Kelly Green #46CA01

Color information

#46CA01 (or 0x46CA01) is unknown color: approx Kelly Green. HEX triplet: 46, CA and 01. RGB value is (70,202,1). Sum of RGB (Red+Green+Blue) = 70+202+1=273 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.64% from 273); Green value is 202 (79.30% from 255 or 73.99% from 273); Blue value is 1 (0.78% from 255 or 0.37% from 273); Max value from RGB is 202 - color contains mainly: green. Hex color #46CA01 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46CA01 is #B935FE. Grayscale: #8C8C8C. Windows color (decimal): -12137983 or 117318. OLE color: 117318.

HSL color Cylindrical-coordinate representation of color #46CA01: hue angle of 99.4º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #46CA01 is Cyan = 0.65, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.21.

Color convert

RGB702021-
CMYK0.6501.000.21
HSL99.4º99.01%39.8%-
HSV(B)99.4º99.5%79.22%-
XYZ23.6543.557.19-
YUV139.6249.7778.34-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.64%
GREEN value IS 202 (79.30% from 255) = 73.99%
BLUE value IS 1 (0.78% from 255) = 0.37%
R=25.64%
G=73.99%
B=0.37%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal7020210.6501.000.2199.499.0139.8
Hex46CA14106415636328
Octal106312110101442514314350
Binary10001101100101011000001011001001010111000111100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46CA01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,202,1); }

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

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

 a { background-color: rgb(70,202,1); }

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

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

 span { border-color: rgb(70,202,1); }

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