#32BD1A

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

Shades of Kelly Green #32BD1A

Tints of Kelly Green #32BD1A

Color information

#32BD1A (or 0x32BD1A) is unknown color: approx Kelly Green. HEX triplet: 32, BD and 1A. RGB value is (50,189,26). Sum of RGB (Red+Green+Blue) = 50+189+26=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 189 (74.22% from 255 or 71.32% from 265); Blue value is 26 (10.55% from 255 or 9.81% from 265); Max value from RGB is 189 - color contains mainly: green. Hex color #32BD1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BD1A is #CD42E5. Grayscale: #818181. Windows color (decimal): -13452006 or 1752370. OLE color: 1752370.

HSL color Cylindrical-coordinate representation of color #32BD1A: hue angle of 111.17º 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 #32BD1A is Cyan = 0.74, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB5018926-
CMYK0.7400.860.26
HSL111.17º75.81%42.16%-
HSV(B)111.17º86.24%74.12%-
XYZ19.737.157.11-
YUV128.8669.9571.75-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.87%
GREEN value IS 189 (74.22% from 255) = 71.32%
BLUE value IS 26 (10.55% from 255) = 9.81%
R=18.87%
G=71.32%
B=9.81%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal50189260.7400.860.26111.1775.8142.16
Hex32BD1A4A0561A6f4c2a
Octal622753211201263215711452
Binary11001010111101110101001010010101101101011011111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32BD1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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