#8ED625

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

Shades of Yellow Green #8ED625

Tints of Yellow Green #8ED625

Color information

#8ED625 (or 0x8ED625) is unknown color: approx Yellow Green. HEX triplet: 8E, D6 and 25. RGB value is (142,214,37). Sum of RGB (Red+Green+Blue) = 142+214+37=393 (52% of max value = 765). Red value is 142 (55.86% from 255 or 36.13% from 393); Green value is 214 (83.98% from 255 or 54.45% from 393); Blue value is 37 (14.84% from 255 or 9.41% from 393); Max value from RGB is 214 - color contains mainly: green. Hex color #8ED625 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ED625 is #7129DA. Grayscale: #ACACAC. Windows color (decimal): -7416283 or 2479758. OLE color: 2479758.

HSL color Cylindrical-coordinate representation of color #8ED625: hue angle of 84.41º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8ED625 is Cyan = 0.34, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB14221437-
CMYK0.3400.830.16
HSL84.41º70.52%49.22%-
HSV(B)84.41º82.71%83.92%-
XYZ35.5453.9810.3-
YUV172.2951.65106.39-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.13%
GREEN value IS 214 (83.98% from 255) = 54.45%
BLUE value IS 37 (14.84% from 255) = 9.41%
R=36.13%
G=54.45%
B=9.41%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal142214370.3400.830.1684.4170.5249.22
Hex8ED6252205310544731
Octal216326454201232012410761
Binary1000111011010110100101100010010100111000010101001000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,214,37); }

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

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

 a { background-color: rgb(142,214,37); }

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

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

 span { border-color: rgb(142,214,37); }

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