#35BD1A

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

Shades of Kelly Green #35BD1A

Tints of Kelly Green #35BD1A

Color information

#35BD1A (or 0x35BD1A) is unknown color: approx Kelly Green. HEX triplet: 35, BD and 1A. RGB value is (53,189,26). Sum of RGB (Red+Green+Blue) = 53+189+26=268 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.78% from 268); Green value is 189 (74.22% from 255 or 70.52% from 268); Blue value is 26 (10.55% from 255 or 9.70% from 268); Max value from RGB is 189 - color contains mainly: green. Hex color #35BD1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35BD1A is #CA42E5. Grayscale: #828282. Windows color (decimal): -13255398 or 1752373. OLE color: 1752373.

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

Color convert

RGB5318926-
CMYK0.7200.860.26
HSL110.06º75.81%42.16%-
HSV(B)110.06º86.24%74.12%-
XYZ19.8537.237.12-
YUV129.7569.4473.25-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.78%
GREEN value IS 189 (74.22% from 255) = 70.52%
BLUE value IS 26 (10.55% from 255) = 9.70%
R=19.78%
G=70.52%
B=9.70%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal53189260.7200.860.26110.0675.8142.16
Hex35BD1A480561A6e4c2a
Octal652753211001263215611452
Binary11010110111101110101001000010101101101011011101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BD1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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