#8DD535

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

Shades of Yellow Green #8DD535

Tints of Yellow Green #8DD535

Color information

#8DD535 (or 0x8DD535) is unknown color: approx Yellow Green. HEX triplet: 8D, D5 and 35. RGB value is (141,213,53). Sum of RGB (Red+Green+Blue) = 141+213+53=407 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.64% from 407); Green value is 213 (83.59% from 255 or 52.33% from 407); Blue value is 53 (21.09% from 255 or 13.02% from 407); Max value from RGB is 213 - color contains mainly: green. Hex color #8DD535 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DD535 is #722ACA. Grayscale: #ADADAD. Windows color (decimal): -7482059 or 3528077. OLE color: 3528077.

HSL color Cylindrical-coordinate representation of color #8DD535: hue angle of 87º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8DD535 is Cyan = 0.34, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB14121353-
CMYK0.3400.750.16
HSL87º65.57%52.16%-
HSV(B)87º75.12%83.53%-
XYZ35.4253.5111.83-
YUV173.2360.15105.01-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.64%
GREEN value IS 213 (83.59% from 255) = 52.33%
BLUE value IS 53 (21.09% from 255) = 13.02%
R=34.64%
G=52.33%
B=13.02%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal141213530.3400.750.168765.5752.16
Hex8DD5352204B10574234
Octal215325654201132012710264
Binary1000110111010101110101100010010010111000010101111000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,213,53); }

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

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

 a { background-color: rgb(141,213,53); }

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

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

 span { border-color: rgb(141,213,53); }

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