#8EF448

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

Shades of Green Yellow #8EF448

Tints of Green Yellow #8EF448

Color information

#8EF448 (or 0x8EF448) is unknown color: approx Green Yellow. HEX triplet: 8E, F4 and 48. RGB value is (142,244,72). Sum of RGB (Red+Green+Blue) = 142+244+72=458 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.00% from 458); Green value is 244 (95.70% from 255 or 53.28% from 458); Blue value is 72 (28.52% from 255 or 15.72% from 458); Max value from RGB is 244 - color contains mainly: green. Hex color #8EF448 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8EF448 is #710BB7. Grayscale: #C2C2C2. Windows color (decimal): -7408568 or 4781198. OLE color: 4781198.

HSL color Cylindrical-coordinate representation of color #8EF448: hue angle of 95.58º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8EF448 is Cyan = 0.42, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB14224472-
CMYK0.4200.700.04
HSL95.58º88.66%61.96%-
HSV(B)95.58º70.49%95.69%-
XYZ44.6870.9217.47-
YUV193.8959.2190.99-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.00%
GREEN value IS 244 (95.70% from 255) = 53.28%
BLUE value IS 72 (28.52% from 255) = 15.72%
R=31.00%
G=53.28%
B=15.72%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal142244720.4200.700.0495.5888.6661.96
Hex8EF4482A046460593e
Octal216364110520106414013176
Binary100011101111010010010001010100100011010011000001011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EF448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,244,72); }

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

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

 a { background-color: rgb(142,244,72); }

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

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

 span { border-color: rgb(142,244,72); }

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