Html Css Color HEX #8CF00B Chartreuse

📋 copy color: '#8CF00B'

red 140 ◦ green 240 ◦ blue 11

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

Shades of Chartreuse #8CF00B

Tints of Chartreuse #8CF00B

RGB

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

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

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

R = 35.81%
G = 61.38%
B = 2.81%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#8CF00B (or 0x8CF00B) is known color: Chartreuse. HEX triplet: 8C, F0 and 0B. RGB value is (140,240,11). Sum of RGB (Red+Green+Blue) = 140+240+11=391 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.81% from 391); Green value is 240 (94.14% from 255 or 61.38% from 391); Blue value is 11 (4.69% from 255 or 2.81% from 391); Max value from RGB is 240 - color contains mainly: green. Hex color #8CF00B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CF00B is #730FF4. Grayscale: #B8B8B8. Windows color (decimal): -7540725 or 782476. OLE color: 782476.

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

Color convert

RGB 140 240 11 -
CMYK 0.42 0 0.95 0.06
HSL 86.2º 0.91% 0.49% -
HSV(B) 86.2º 0.95% 0.94% -
XYZ 42.04 67.92 11.21 -
YUV 183.99 30.37 96.62 -
System Red Green Blue C M Y K H S L
Decimal 140 240 11 0.42 0 0.95 0.06 86.2 0.91 0.49
Hex 8C F0 B 2A 0 5F 6 56 5B 31
Octal 214 360 13 52 0 137 6 126 133 61
Binary 10001100 11110000 1011 101010 0 1011111 110 1010110 1011011 110001

Color Harmonies of #8CF00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CF00B

Black with #8CF00B

Text Example


Text Example

White with #8CF00B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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