#35D50A

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

Shades of Kelly Green #35D50A

Tints of Kelly Green #35D50A

Color information

#35D50A (or 0x35D50A) is unknown color: approx Kelly Green. HEX triplet: 35, D5 and 0A. RGB value is (53,213,10). Sum of RGB (Red+Green+Blue) = 53+213+10=276 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.20% from 276); Green value is 213 (83.59% from 255 or 77.17% from 276); Blue value is 10 (4.30% from 255 or 3.62% from 276); Max value from RGB is 213 - color contains mainly: green. Hex color #35D50A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #35D50A is #CA2AF5. Grayscale: #8E8E8E. Windows color (decimal): -13249270 or 709941. OLE color: 709941.

HSL color Cylindrical-coordinate representation of color #35D50A: hue angle of 107.29º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #35D50A is Cyan = 0.75, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB5321310-
CMYK0.7500.950.16
HSL107.29º91.03%43.73%-
HSV(B)107.29º95.31%83.53%-
XYZ25.3248.378.29-
YUV142.0253.4964.51-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.20%
GREEN value IS 213 (83.59% from 255) = 77.17%
BLUE value IS 10 (4.30% from 255) = 3.62%
R=19.20%
G=77.17%
B=3.62%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal53213100.7500.950.16107.2991.0343.73
Hex35D5A4B05F106b5b2c
Octal653251211301372015313354
Binary1101011101010110101001011010111111000011010111011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D50A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,213,10); }

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

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

 a { background-color: rgb(53,213,10); }

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

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

 span { border-color: rgb(53,213,10); }

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