#35c913

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

Shades of Kelly Green #35C913

Tints of Kelly Green #35C913

Color information

#35C913 (or 0x35C913) is unknown color: approx Kelly Green. HEX triplet: 35, C9 and 13. RGB value is (53,201,19). Sum of RGB (Red+Green+Blue) = 53+201+19=273 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.41% from 273); Green value is 201 (78.91% from 255 or 73.63% from 273); Blue value is 19 (7.81% from 255 or 6.96% from 273); Max value from RGB is 201 - color contains mainly: green. Hex color #35C913 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #35C913 is #CA36EC. Grayscale: #888888. Windows color (decimal): -13252333 or 1296693. OLE color: 1296693.

HSL color Cylindrical-coordinate representation of color #35C913: hue angle of 108.79º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #35C913 is Cyan = 0.74, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB5320119-
CMYK0.7400.910.21
HSL108.79º82.73%43.14%-
HSV(B)108.79º90.55%78.82%-
XYZ22.4742.587.65-
YUV13661.9768.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.41%
GREEN value IS 201 (78.91% from 255) = 73.63%
BLUE value IS 19 (7.81% from 255) = 6.96%
R=19.41%
G=73.63%
B=6.96%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal53201190.7400.910.21108.7982.7343.14
Hex35C9134A05B156d532b
Octal653112311201332515512353
Binary11010111001001100111001010010110111010111011011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35c913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,201,19); }

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

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

 a { background-color: rgb(53,201,19); }

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

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

 span { border-color: rgb(53,201,19); }

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