#35D10E

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

Shades of Kelly Green #35D10E

Tints of Kelly Green #35D10E

Color information

#35D10E (or 0x35D10E) is unknown color: approx Kelly Green. HEX triplet: 35, D1 and 0E. RGB value is (53,209,14). Sum of RGB (Red+Green+Blue) = 53+209+14=276 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.20% from 276); Green value is 209 (82.03% from 255 or 75.72% from 276); Blue value is 14 (5.86% from 255 or 5.07% from 276); Max value from RGB is 209 - color contains mainly: green. Hex color #35D10E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #35D10E is #CA2EF1. Grayscale: #8C8C8C. Windows color (decimal): -13250290 or 971061. OLE color: 971061.

HSL color Cylindrical-coordinate representation of color #35D10E: hue angle of 108º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #35D10E is Cyan = 0.75, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB5320914-
CMYK0.7500.930.18
HSL108º87.44%43.73%-
HSV(B)108º93.3%81.96%-
XYZ24.3546.398.09-
YUV140.1356.8265.86-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.20%
GREEN value IS 209 (82.03% from 255) = 75.72%
BLUE value IS 14 (5.86% from 255) = 5.07%
R=19.20%
G=75.72%
B=5.07%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal53209140.7500.930.1810887.4443.73
Hex35D1E4B05D126c572c
Octal653211611301352215412754
Binary1101011101000111101001011010111011001011011001010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D10E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,209,14); }

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

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

 a { background-color: rgb(53,209,14); }

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

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

 span { border-color: rgb(53,209,14); }

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