Html Css Color HEX #8EF512 Chartreuse

📋 copy color: '#8EF512'

red 142 ◦ green 245 ◦ blue 18

#8EF512
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chartreuse #8EF512

Tints of Chartreuse #8EF512

RGB

 RED value IS 142 (55.86% from 255) = 35.06%

 GREEN value IS 245 (96.09% from 255) = 60.49%

 BLUE value IS 18 (7.42% from 255) = 4.44%

R = 35.06%
G = 60.49%
B = 4.44%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#8EF512 (or 0x8EF512) is known color: Chartreuse. HEX triplet: 8E, F5 and 12. RGB value is (142,245,18). Sum of RGB (Red+Green+Blue) = 142+245+18=405 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.06% from 405); Green value is 245 (96.09% from 255 or 60.49% from 405); Blue value is 18 (7.42% from 255 or 4.44% from 405); Max value from RGB is 245 - color contains mainly: green. Hex color #8EF512 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8EF512 is #710AED. Grayscale: #BDBDBD. Windows color (decimal): -7408366 or 1242510. OLE color: 1242510.

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

Color convert

RGB 142 245 18 -
CMYK 0.42 0 0.93 0.04
HSL 87.22º 0.92% 0.52% -
HSV(B) 87.22º 0.93% 0.96% -
XYZ 43.92 71.1 11.98 -
YUV 188.33 31.88 94.96 -
System Red Green Blue C M Y K H S L
Decimal 142 245 18 0.42 0 0.93 0.04 87.22 0.92 0.52
Hex 8E F5 12 2A 0 5D 4 57 5C 34
Octal 216 365 22 52 0 135 4 127 134 64
Binary 10001110 11110101 10010 101010 0 1011101 100 1010111 1011100 110100

Color Harmonies of #8EF512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EF512

Black with #8EF512

Text Example


Text Example

White with #8EF512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8EF512;
 }
 .AnyTagClassName
 {
   color: #8EF512;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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