Html Css Color HEX #8CFC0B Chartreuse

📋 copy color: '#8CFC0B'

red 140 ◦ green 252 ◦ blue 11

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

Shades of Chartreuse #8CFC0B

Tints of Chartreuse #8CFC0B

RGB

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

 GREEN value IS 252 (98.83% from 255) = 62.53%

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

R = 34.74%
G = 62.53%
B = 2.73%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#8CFC0B (or 0x8CFC0B) is known color: Chartreuse. HEX triplet: 8C, FC and 0B. RGB value is (140,252,11). Sum of RGB (Red+Green+Blue) = 140+252+11=403 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.74% from 403); Green value is 252 (98.83% from 255 or 62.53% from 403); Blue value is 11 (4.69% from 255 or 2.73% from 403); Max value from RGB is 252 - color contains mainly: green. Hex color #8CFC0B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CFC0B is #7303F4. Grayscale: #BFBFBF. Windows color (decimal): -7537653 or 785548. OLE color: 785548.

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

Color convert

RGB 140 252 11 -
CMYK 0.44 0 0.96 0.01
HSL 87.88º 0.98% 0.52% -
HSV(B) 87.88º 0.96% 0.99% -
XYZ 45.69 75.22 12.43 -
YUV 191.04 26.39 91.6 -
System Red Green Blue C M Y K H S L
Decimal 140 252 11 0.44 0 0.96 0.01 87.88 0.98 0.52
Hex 8C FC B 2C 0 60 1 58 62 34
Octal 214 374 13 54 0 140 1 130 142 64
Binary 10001100 11111100 1011 101100 0 1100000 1 1011000 1100010 110100

Color Harmonies of #8CFC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CFC0B

Black with #8CFC0B

Text Example


Text Example

White with #8CFC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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