Html Css Color HEX #8EFF1C Chartreuse

📋 copy color: '#8EFF1C'

red 142 ◦ green 255 ◦ blue 28

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

Shades of Chartreuse #8EFF1C

Tints of Chartreuse #8EFF1C

RGB

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

 GREEN value IS 255 (100% from 255) = 60%

 BLUE value IS 28 (11.33% from 255) = 6.59%

R = 33.41%
G = 60%
B = 6.59%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#8EFF1C (or 0x8EFF1C) is known color: Chartreuse. HEX triplet: 8E, FF and 1C. RGB value is (142,255,28). Sum of RGB (Red+Green+Blue) = 142+255+28=425 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.41% from 425); Green value is 255 (100% from 255 or 60% from 425); Blue value is 28 (11.33% from 255 or 6.59% from 425); Max value from RGB is 255 - color contains mainly: green. Hex color #8EFF1C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8EFF1C is #7100E3. Grayscale: #C4C4C4. Windows color (decimal): -7405796 or 1900430. OLE color: 1900430.

HSL color Cylindrical-coordinate representation of color #8EFF1C: hue angle of 89.87º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8EFF1C is Cyan = 0.44, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.

Color convert

RGB 142 255 28 -
CMYK 0.44 0 0.89 0
HSL 89.87º 1% 0.55% -
HSV(B) 89.87º 0.89% 1% -
XYZ 47.12 77.35 13.55 -
YUV 195.34 33.56 89.96 -
System Red Green Blue C M Y K H S L
Decimal 142 255 28 0.44 0 0.89 0 89.87 1 0.55
Hex 8E FF 1C 2C 0 59 0 5A 64 37
Octal 216 377 34 54 0 131 0 132 144 67
Binary 10001110 11111111 11100 101100 0 1011001 0 1011010 1100100 110111

Color Harmonies of #8EFF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EFF1C

Black with #8EFF1C

Text Example


Text Example

White with #8EFF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,255,28); }

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

background-color css

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

 a { background-color: rgb(142,255,28); }

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

border-color css

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

 span { border-color: rgb(142,255,28); }

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