Html Css Color HEX #8CF011 Chartreuse

📋 copy color: '#8CF011'

red 140 ◦ green 240 ◦ blue 17

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

Shades of Chartreuse #8CF011

Tints of Chartreuse #8CF011

RGB

 RED value IS 140 (55.08% from 255) = 35.26%

 GREEN value IS 240 (94.14% from 255) = 60.45%

 BLUE value IS 17 (7.03% from 255) = 4.28%

R = 35.26%
G = 60.45%
B = 4.28%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#8CF011 (or 0x8CF011) is known color: Chartreuse. HEX triplet: 8C, F0 and 11. RGB value is (140,240,17). Sum of RGB (Red+Green+Blue) = 140+240+17=397 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.26% from 397); Green value is 240 (94.14% from 255 or 60.45% from 397); Blue value is 17 (7.03% from 255 or 4.28% from 397); Max value from RGB is 240 - color contains mainly: green. Hex color #8CF011 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CF011 is #730FEE. Grayscale: #B9B9B9. Windows color (decimal): -7540719 or 1175692. OLE color: 1175692.

HSL color Cylindrical-coordinate representation of color #8CF011: hue angle of 86.91º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8CF011 is Cyan = 0.42, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB 140 240 17 -
CMYK 0.42 0 0.93 0.06
HSL 86.91º 0.88% 0.5% -
HSV(B) 86.91º 0.93% 0.94% -
XYZ 42.08 67.94 11.43 -
YUV 184.68 33.37 96.13 -
System Red Green Blue C M Y K H S L
Decimal 140 240 17 0.42 0 0.93 0.06 86.91 0.88 0.5
Hex 8C F0 11 2A 0 5D 6 57 58 32
Octal 214 360 21 52 0 135 6 127 130 62
Binary 10001100 11110000 10001 101010 0 1011101 110 1010111 1011000 110010

Color Harmonies of #8CF011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CF011

Black with #8CF011

Text Example


Text Example

White with #8CF011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,240,17); }

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

background-color css

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

 a { background-color: rgb(140,240,17); }

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

border-color css

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

 span { border-color: rgb(140,240,17); }

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