#8DD134

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

Shades of Yellow Green #8DD134

Tints of Yellow Green #8DD134

Color information

#8DD134 (or 0x8DD134) is unknown color: approx Yellow Green. HEX triplet: 8D, D1 and 34. RGB value is (141,209,52). Sum of RGB (Red+Green+Blue) = 141+209+52=402 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.07% from 402); Green value is 209 (82.03% from 255 or 51.99% from 402); Blue value is 52 (20.70% from 255 or 12.94% from 402); Max value from RGB is 209 - color contains mainly: green. Hex color #8DD134 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DD134 is #722ECB. Grayscale: #ABABAB. Windows color (decimal): -7483084 or 3461517. OLE color: 3461517.

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

Color convert

RGB14120952-
CMYK0.3300.750.18
HSL85.99º63.05%51.18%-
HSV(B)85.99º75.12%81.96%-
XYZ34.451.5111.38-
YUV170.7760.97106.77-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.07%
GREEN value IS 209 (82.03% from 255) = 51.99%
BLUE value IS 52 (20.70% from 255) = 12.94%
R=35.07%
G=51.99%
B=12.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal141209520.3300.750.1885.9963.0551.18
Hex8DD1342104B12563f33
Octal21532164410113221267763
Binary100011011101000111010010000101001011100101010110111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,209,52); }

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

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

 a { background-color: rgb(141,209,52); }

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

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

 span { border-color: rgb(141,209,52); }

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