Html Css Color HEX #8EFF0B Chartreuse

📋 copy color: '#8EFF0B'

red 142 ◦ green 255 ◦ blue 11

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

Shades of Chartreuse #8EFF0B

Tints of Chartreuse #8EFF0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.7%

R = 34.8%
G = 62.5%
B = 2.7%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#8EFF0B (or 0x8EFF0B) is known color: Chartreuse. HEX triplet: 8E, FF and 0B. RGB value is (142,255,11). Sum of RGB (Red+Green+Blue) = 142+255+11=408 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.80% from 408); Green value is 255 (100% from 255 or 62.5% from 408); Blue value is 11 (4.69% from 255 or 2.70% from 408); Max value from RGB is 255 - color contains mainly: green. Hex color #8EFF0B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8EFF0B is #7100F4. Grayscale: #C2C2C2. Windows color (decimal): -7405813 or 786318. OLE color: 786318.

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

Color convert

RGB 142 255 11 -
CMYK 0.44 0 0.96 0
HSL 87.79º 1% 0.52% -
HSV(B) 87.79º 0.96% 1% -
XYZ 46.98 77.29 12.76 -
YUV 193.4 25.06 91.34 -
System Red Green Blue C M Y K H S L
Decimal 142 255 11 0.44 0 0.96 0 87.79 1 0.52
Hex 8E FF B 2C 0 60 0 58 64 34
Octal 216 377 13 54 0 140 0 130 144 64
Binary 10001110 11111111 1011 101100 0 1100000 0 1011000 1100100 110100

Color Harmonies of #8EFF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EFF0B

Black with #8EFF0B

Text Example


Text Example

White with #8EFF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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