#8DC534

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

Shades of Yellow Green #8DC534

Tints of Yellow Green #8DC534

Color information

#8DC534 (or 0x8DC534) is unknown color: approx Yellow Green. HEX triplet: 8D, C5 and 34. RGB value is (141,197,52). Sum of RGB (Red+Green+Blue) = 141+197+52=390 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.15% from 390); Green value is 197 (77.34% from 255 or 50.51% from 390); Blue value is 52 (20.70% from 255 or 13.33% from 390); Max value from RGB is 197 - color contains mainly: green. Hex color #8DC534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC534 is #723ACB. Grayscale: #A4A4A4. Windows color (decimal): -7486156 or 3458445. OLE color: 3458445.

HSL color Cylindrical-coordinate representation of color #8DC534: hue angle of 83.17º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8DC534 is Cyan = 0.28, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB14119752-
CMYK0.2800.740.23
HSL83.17º58.23%48.82%-
HSV(B)83.17º73.6%77.25%-
XYZ31.5745.8410.43-
YUV163.7364.95111.79-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.15%
GREEN value IS 197 (77.34% from 255) = 50.51%
BLUE value IS 52 (20.70% from 255) = 13.33%
R=36.15%
G=50.51%
B=13.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal141197520.2800.740.2383.1758.2348.82
Hex8DC5341C04A17533a31
Octal21530564340112271237261
Binary10001101110001011101001110001001010101111010011111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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