Html Css Color HEX #8CF006 Chartreuse

📋 copy color: '#8CF006'

red 140 ◦ green 240 ◦ blue 6

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

Shades of Chartreuse #8CF006

Tints of Chartreuse #8CF006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.55%

R = 36.27%
G = 62.18%
B = 1.55%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#8CF006 (or 0x8CF006) is known color: Chartreuse. HEX triplet: 8C, F0 and 06. RGB value is (140,240,6). Sum of RGB (Red+Green+Blue) = 140+240+6=386 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.27% from 386); Green value is 240 (94.14% from 255 or 62.18% from 386); Blue value is 6 (2.73% from 255 or 1.55% from 386); Max value from RGB is 240 - color contains mainly: green. Hex color #8CF006 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CF006 is #730FF9. Grayscale: #B8B8B8. Windows color (decimal): -7540730 or 454796. OLE color: 454796.

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

Color convert

RGB 140 240 6 -
CMYK 0.42 0 0.98 0.06
HSL 85.64º 0.95% 0.48% -
HSV(B) 85.64º 0.98% 0.94% -
XYZ 42.01 67.91 11.07 -
YUV 183.42 27.87 97.03 -
System Red Green Blue C M Y K H S L
Decimal 140 240 6 0.42 0 0.98 0.06 85.64 0.95 0.48
Hex 8C F0 6 2A 0 62 6 56 5F 30
Octal 214 360 6 52 0 142 6 126 137 60
Binary 10001100 11110000 110 101010 0 1100010 110 1010110 1011111 110000

Color Harmonies of #8CF006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CF006

Black with #8CF006

Text Example


Text Example

White with #8CF006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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