#8EC530

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

Shades of Yellow Green #8EC530

Tints of Yellow Green #8EC530

Color information

#8EC530 (or 0x8EC530) is unknown color: approx Yellow Green. HEX triplet: 8E, C5 and 30. RGB value is (142,197,48). Sum of RGB (Red+Green+Blue) = 142+197+48=387 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.69% from 387); Green value is 197 (77.34% from 255 or 50.90% from 387); Blue value is 48 (19.14% from 255 or 12.40% from 387); Max value from RGB is 197 - color contains mainly: green. Hex color #8EC530 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC530 is #713ACF. Grayscale: #A4A4A4. Windows color (decimal): -7420624 or 3196302. OLE color: 3196302.

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

Color convert

RGB14219748-
CMYK0.2800.760.23
HSL82.15º60.82%48.04%-
HSV(B)82.15º75.63%77.25%-
XYZ31.6645.99.99-
YUV163.5762.78112.62-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.69%
GREEN value IS 197 (77.34% from 255) = 50.90%
BLUE value IS 48 (19.14% from 255) = 12.40%
R=36.69%
G=50.90%
B=12.40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal142197480.2800.760.2382.1560.8248.04
Hex8EC5301C04C17523d30
Octal21630560340114271227560
Binary10001110110001011100001110001001100101111010010111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,197,48); }

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

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

 a { background-color: rgb(142,197,48); }

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

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

 span { border-color: rgb(142,197,48); }

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