#8DD032

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

Shades of Yellow Green #8DD032

Tints of Yellow Green #8DD032

Color information

#8DD032 (or 0x8DD032) is unknown color: approx Yellow Green. HEX triplet: 8D, D0 and 32. RGB value is (141,208,50). Sum of RGB (Red+Green+Blue) = 141+208+50=399 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.34% from 399); Green value is 208 (81.64% from 255 or 52.13% from 399); Blue value is 50 (19.92% from 255 or 12.53% from 399); Max value from RGB is 208 - color contains mainly: green. Hex color #8DD032 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DD032 is #722FCD. Grayscale: #AAAAAA. Windows color (decimal): -7483342 or 3330189. OLE color: 3330189.

HSL color Cylindrical-coordinate representation of color #8DD032: hue angle of 85.44º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8DD032 is Cyan = 0.32, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB14120850-
CMYK0.3200.760.18
HSL85.44º62.7%50.59%-
HSV(B)85.44º75.96%81.57%-
XYZ34.125111.06-
YUV169.9660.3107.35-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.34%
GREEN value IS 208 (81.64% from 255) = 52.13%
BLUE value IS 50 (19.92% from 255) = 12.53%
R=35.34%
G=52.13%
B=12.53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal141208500.3200.760.1885.4462.750.59
Hex8DD0322004C12553f33
Octal21532062400114221257763
Binary100011011101000011001010000001001100100101010101111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DD032; }

 p { color: rgb(141,208,50); }

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

<style>
 a { background-color: #8DD032; }

 a { background-color: rgb(141,208,50); }

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

<style>
 span { border-color: #8DD032; }

 span { border-color: rgb(141,208,50); }

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