Html Css Color HEX #8CF020 Chartreuse

📋 copy color: '#8CF020'

red 140 ◦ green 240 ◦ blue 32

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

Shades of Chartreuse #8CF020

Tints of Chartreuse #8CF020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.77%

R = 33.98%
G = 58.25%
B = 7.77%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#8CF020 (or 0x8CF020) is known color: Chartreuse. HEX triplet: 8C, F0 and 20. RGB value is (140,240,32). Sum of RGB (Red+Green+Blue) = 140+240+32=412 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.98% from 412); Green value is 240 (94.14% from 255 or 58.25% from 412); Blue value is 32 (12.89% from 255 or 7.77% from 412); Max value from RGB is 240 - color contains mainly: green. Hex color #8CF020 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CF020 is #730FDF. Grayscale: #BBBBBB. Windows color (decimal): -7540704 or 2158732. OLE color: 2158732.

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

Color convert

RGB 140 240 32 -
CMYK 0.42 0 0.87 0.06
HSL 88.85º 0.87% 0.53% -
HSV(B) 88.85º 0.87% 0.94% -
XYZ 42.24 68 12.27 -
YUV 186.39 40.87 94.91 -
System Red Green Blue C M Y K H S L
Decimal 140 240 32 0.42 0 0.87 0.06 88.85 0.87 0.53
Hex 8C F0 20 2A 0 57 6 59 57 35
Octal 214 360 40 52 0 127 6 131 127 65
Binary 10001100 11110000 100000 101010 0 1010111 110 1011001 1010111 110101

Color Harmonies of #8CF020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CF020

Black with #8CF020

Text Example


Text Example

White with #8CF020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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