#8EF500

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

Shades of Chartreuse #8EF500

Tints of Chartreuse #8EF500

Color information

#8EF500 (or 0x8EF500) is unknown color: approx Chartreuse. HEX triplet: 8E, F5 and 00. RGB value is (142,245,0). Sum of RGB (Red+Green+Blue) = 142+245+0=387 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.69% from 387); Green value is 245 (96.09% from 255 or 63.31% from 387); Blue value is 0 (0.39% from 255 or 0% from 387); Max value from RGB is 245 - color contains mainly: green. Hex color #8EF500 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8EF500 is #710AFF. Grayscale: #BBBBBB. Windows color (decimal): -7408384 or 62862. OLE color: 62862.

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

Color convert

RGB1422450-
CMYK0.42010.04
HSL85.22º100%48.04%-
HSV(B)85.22º100%96.08%-
XYZ43.8171.0611.41-
YUV186.2722.8896.42-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.69%
GREEN value IS 245 (96.09% from 255) = 63.31%
BLUE value IS 0 (0.39% from 255) = 0%
R=36.69%
G=63.31%
B=0%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal14224500.42010.0485.2210048.04
Hex8EF502A0644556430
Octal2163650520144412514460
Binary100011101111010101010100110010010010101011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EF500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,245,0); }

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

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

 a { background-color: rgb(142,245,0); }

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

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

 span { border-color: rgb(142,245,0); }

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