Html Css Color HEX #8EF414 Chartreuse

📋 copy color: '#8EF414'

red 142 ◦ green 244 ◦ blue 20

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

Shades of Chartreuse #8EF414

Tints of Chartreuse #8EF414

RGB

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

 GREEN value IS 244 (95.7% from 255) = 60.1%

 BLUE value IS 20 (8.2% from 255) = 4.93%

R = 34.98%
G = 60.1%
B = 4.93%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#8EF414 (or 0x8EF414) is known color: Chartreuse. HEX triplet: 8E, F4 and 14. RGB value is (142,244,20). Sum of RGB (Red+Green+Blue) = 142+244+20=406 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.98% from 406); Green value is 244 (95.70% from 255 or 60.10% from 406); Blue value is 20 (8.20% from 255 or 4.93% from 406); Max value from RGB is 244 - color contains mainly: green. Hex color #8EF414 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8EF414 is #710BEB. Grayscale: #BCBCBC. Windows color (decimal): -7408620 or 1373326. OLE color: 1373326.

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

Color convert

RGB 142 244 20 -
CMYK 0.42 0 0.92 0.04
HSL 87.32º 0.91% 0.52% -
HSV(B) 87.32º 0.92% 0.96% -
XYZ 43.63 70.5 11.97 -
YUV 187.97 33.21 95.21 -
System Red Green Blue C M Y K H S L
Decimal 142 244 20 0.42 0 0.92 0.04 87.32 0.91 0.52
Hex 8E F4 14 2A 0 5C 4 57 5B 34
Octal 216 364 24 52 0 134 4 127 133 64
Binary 10001110 11110100 10100 101010 0 1011100 100 1010111 1011011 110100

Color Harmonies of #8EF414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EF414

Black with #8EF414

Text Example


Text Example

White with #8EF414

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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