#32B80F

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

Shades of Kelly Green #32B80F

Tints of Kelly Green #32B80F

Color information

#32B80F (or 0x32B80F) is unknown color: approx Kelly Green. HEX triplet: 32, B8 and 0F. RGB value is (50,184,15). Sum of RGB (Red+Green+Blue) = 50+184+15=249 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.08% from 249); Green value is 184 (72.27% from 255 or 73.90% from 249); Blue value is 15 (6.25% from 255 or 6.02% from 249); Max value from RGB is 184 - color contains mainly: green. Hex color #32B80F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32B80F is #CD47F0. Grayscale: #7D7D7D. Windows color (decimal): -13453297 or 1030194. OLE color: 1030194.

HSL color Cylindrical-coordinate representation of color #32B80F: hue angle of 107.57º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #32B80F is Cyan = 0.73, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB5018415-
CMYK0.7300.920.28
HSL107.57º84.92%39.02%-
HSV(B)107.57º91.85%72.16%-
XYZ18.5434.996.23-
YUV124.6766.1174.74-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.08%
GREEN value IS 184 (72.27% from 255) = 73.90%
BLUE value IS 15 (6.25% from 255) = 6.02%
R=20.08%
G=73.90%
B=6.02%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal50184150.7300.920.28107.5784.9239.02
Hex32B8F4905C1C6c5527
Octal622701711101343415412547
Binary1100101011100011111001001010111001110011011001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32B80F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,184,15); }

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

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

 a { background-color: rgb(50,184,15); }

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

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

 span { border-color: rgb(50,184,15); }

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