#35A201

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

Shades of Kelly Green #35A201

Tints of Kelly Green #35A201

Color information

#35A201 (or 0x35A201) is unknown color: approx Kelly Green. HEX triplet: 35, A2 and 01. RGB value is (53,162,1). Sum of RGB (Red+Green+Blue) = 53+162+1=216 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.54% from 216); Green value is 162 (63.67% from 255 or 75% from 216); Blue value is 1 (0.78% from 255 or 0.46% from 216); Max value from RGB is 162 - color contains mainly: green. Hex color #35A201 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #35A201 is #CA5DFE. Grayscale: #6F6F6F. Windows color (decimal): -13262335 or 107061. OLE color: 107061.

HSL color Cylindrical-coordinate representation of color #35A201: hue angle of 100.62º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #35A201 is Cyan = 0.67, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB531621-
CMYK0.6700.990.36
HSL100.62º98.77%31.96%-
HSV(B)100.62º99.38%63.53%-
XYZ14.3926.64.4-
YUV111.0665.8986.59-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.54%
GREEN value IS 162 (63.67% from 255) = 75%
BLUE value IS 1 (0.78% from 255) = 0.46%
R=24.54%
G=75%
B=0.46%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal5316210.6700.990.36100.6298.7731.96
Hex35A214306324656320
Octal65242110301434414514340
Binary11010110100010110000110110001110010011001011100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35A201; }

 p { color: rgb(53,162,1); }

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

<style>
 a { background-color: #35A201; }

 a { background-color: rgb(53,162,1); }

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

<style>
 span { border-color: #35A201; }

 span { border-color: rgb(53,162,1); }

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