#8ECC2D

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

Shades of Yellow Green #8ECC2D

Tints of Yellow Green #8ECC2D

Color information

#8ECC2D (or 0x8ECC2D) is unknown color: approx Yellow Green. HEX triplet: 8E, CC and 2D. RGB value is (142,204,45). Sum of RGB (Red+Green+Blue) = 142+204+45=391 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.32% from 391); Green value is 204 (80.08% from 255 or 52.17% from 391); Blue value is 45 (17.97% from 255 or 11.51% from 391); Max value from RGB is 204 - color contains mainly: green. Hex color #8ECC2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ECC2D is #7133D2. Grayscale: #A7A7A7. Windows color (decimal): -7418835 or 3001486. OLE color: 3001486.

HSL color Cylindrical-coordinate representation of color #8ECC2D: hue angle of 83.4º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8ECC2D is Cyan = 0.30, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB14220445-
CMYK0.3000.780.2
HSL83.4º63.86%48.82%-
HSV(B)83.4º77.94%80%-
XYZ33.2249.1310.21-
YUV167.3458.96109.93-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.32%
GREEN value IS 204 (80.08% from 255) = 52.17%
BLUE value IS 45 (17.97% from 255) = 11.51%
R=36.32%
G=52.17%
B=11.51%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal142204450.3000.780.283.463.8648.82
Hex8ECC2D1E04E14534031
Octal216314553601162412310061
Binary100011101100110010110111110010011101010010100111000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECC2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,204,45); }

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

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

 a { background-color: rgb(142,204,45); }

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

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

 span { border-color: rgb(142,204,45); }

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