#35D50C

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

Shades of Kelly Green #35D50C

Tints of Kelly Green #35D50C

Color information

#35D50C (or 0x35D50C) is unknown color: approx Kelly Green. HEX triplet: 35, D5 and 0C. RGB value is (53,213,12). Sum of RGB (Red+Green+Blue) = 53+213+12=278 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.06% from 278); Green value is 213 (83.59% from 255 or 76.62% from 278); Blue value is 12 (5.08% from 255 or 4.32% from 278); Max value from RGB is 213 - color contains mainly: green. Hex color #35D50C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #35D50C is #CA2AF3. Grayscale: #8E8E8E. Windows color (decimal): -13249268 or 841013. OLE color: 841013.

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

Color convert

RGB5321312-
CMYK0.7500.940.16
HSL107.76º89.33%44.12%-
HSV(B)107.76º94.37%83.53%-
XYZ25.3348.378.35-
YUV142.2554.4964.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.06%
GREEN value IS 213 (83.59% from 255) = 76.62%
BLUE value IS 12 (5.08% from 255) = 4.32%
R=19.06%
G=76.62%
B=4.32%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal53213120.7500.940.16107.7689.3344.12
Hex35D5C4B05E106c592c
Octal653251411301362015413154
Binary1101011101010111001001011010111101000011011001011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D50C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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