#8DD12F

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

Shades of Yellow Green #8DD12F

Tints of Yellow Green #8DD12F

Color information

#8DD12F (or 0x8DD12F) is unknown color: approx Yellow Green. HEX triplet: 8D, D1 and 2F. RGB value is (141,209,47). Sum of RGB (Red+Green+Blue) = 141+209+47=397 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.52% from 397); Green value is 209 (82.03% from 255 or 52.64% from 397); Blue value is 47 (18.75% from 255 or 11.84% from 397); Max value from RGB is 209 - color contains mainly: green. Hex color #8DD12F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DD12F is #722ED0. Grayscale: #AAAAAA. Windows color (decimal): -7483089 or 3133837. OLE color: 3133837.

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

Color convert

RGB14120947-
CMYK0.3300.780.18
HSL85.19º63.78%50.2%-
HSV(B)85.19º77.51%81.96%-
XYZ34.351.4710.82-
YUV170.258.47107.17-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.52%
GREEN value IS 209 (82.03% from 255) = 52.64%
BLUE value IS 47 (18.75% from 255) = 11.84%
R=35.52%
G=52.64%
B=11.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal141209470.3300.780.1885.1963.7850.2
Hex8DD12F2104E12554032
Octal215321574101162212510062
Binary1000110111010001101111100001010011101001010101011000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD12F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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