#35C208

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

Shades of Kelly Green #35C208

Tints of Kelly Green #35C208

Color information

#35C208 (or 0x35C208) is unknown color: approx Kelly Green. HEX triplet: 35, C2 and 08. RGB value is (53,194,8). Sum of RGB (Red+Green+Blue) = 53+194+8=255 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.78% from 255); Green value is 194 (76.17% from 255 or 76.08% from 255); Blue value is 8 (3.52% from 255 or 3.14% from 255); Max value from RGB is 194 - color contains mainly: green. Hex color #35C208 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #35C208 is #CA3DF7. Grayscale: #838383. Windows color (decimal): -13254136 or 574005. OLE color: 574005.

HSL color Cylindrical-coordinate representation of color #35C208: hue angle of 105.48º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #35C208 is Cyan = 0.73, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB531948-
CMYK0.7300.960.24
HSL105.48º92.08%39.61%-
HSV(B)105.48º95.88%76.08%-
XYZ20.839.366.73-
YUV130.6458.7972.62-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.78%
GREEN value IS 194 (76.17% from 255) = 76.08%
BLUE value IS 8 (3.52% from 255) = 3.14%
R=20.78%
G=76.08%
B=3.14%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal5319480.7300.960.24105.4892.0839.61
Hex35C284906018695c28
Octal653021011101403015113450
Binary1101011100001010001001001011000001100011010011011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,194,8); }

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

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

 a { background-color: rgb(53,194,8); }

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

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

 span { border-color: rgb(53,194,8); }

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