#35BD1D

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

Shades of Kelly Green #35BD1D

Tints of Kelly Green #35BD1D

Color information

#35BD1D (or 0x35BD1D) is unknown color: approx Kelly Green. HEX triplet: 35, BD and 1D. RGB value is (53,189,29). Sum of RGB (Red+Green+Blue) = 53+189+29=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 189 (74.22% from 255 or 69.74% from 271); Blue value is 29 (11.72% from 255 or 10.70% from 271); Max value from RGB is 189 - color contains mainly: green. Hex color #35BD1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35BD1D is #CA42E2. Grayscale: #828282. Windows color (decimal): -13255395 or 1948981. OLE color: 1948981.

HSL color Cylindrical-coordinate representation of color #35BD1D: hue angle of 111º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #35BD1D is Cyan = 0.72, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB5318929-
CMYK0.7200.850.26
HSL111º73.39%42.75%-
HSV(B)111º84.66%74.12%-
XYZ19.8937.247.3-
YUV130.170.9473.01-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.56%
GREEN value IS 189 (74.22% from 255) = 69.74%
BLUE value IS 29 (11.72% from 255) = 10.70%
R=19.56%
G=69.74%
B=10.70%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal53189290.7200.850.2611173.3942.75
Hex35BD1D480551A6f492b
Octal652753511001253215711153
Binary11010110111101111011001000010101011101011011111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BD1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,189,29); }

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

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

 a { background-color: rgb(53,189,29); }

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

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

 span { border-color: rgb(53,189,29); }

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