Html Css Color HEX #8DF020 Chartreuse

📋 copy color: '#8DF020'

red 141 ◦ green 240 ◦ blue 32

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

Shades of Chartreuse #8DF020

Tints of Chartreuse #8DF020

RGB

 RED value IS 141 (55.47% from 255) = 34.14%

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

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

R = 34.14%
G = 58.11%
B = 7.75%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#8DF020 (or 0x8DF020) is known color: Chartreuse. HEX triplet: 8D, F0 and 20. RGB value is (141,240,32). Sum of RGB (Red+Green+Blue) = 141+240+32=413 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.14% from 413); Green value is 240 (94.14% from 255 or 58.11% from 413); Blue value is 32 (12.89% from 255 or 7.75% from 413); Max value from RGB is 240 - color contains mainly: green. Hex color #8DF020 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DF020 is #720FDF. Grayscale: #BBBBBB. Windows color (decimal): -7475168 or 2158733. OLE color: 2158733.

HSL color Cylindrical-coordinate representation of color #8DF020: hue angle of 88.56º 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 #8DF020 is Cyan = 0.41, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 141 240 32 -
CMYK 0.41 0 0.87 0.06
HSL 88.56º 0.87% 0.53% -
HSV(B) 88.56º 0.87% 0.94% -
XYZ 42.41 68.09 12.27 -
YUV 186.69 40.7 95.41 -
System Red Green Blue C M Y K H S L
Decimal 141 240 32 0.41 0 0.87 0.06 88.56 0.87 0.53
Hex 8D F0 20 29 0 57 6 59 57 35
Octal 215 360 40 51 0 127 6 131 127 65
Binary 10001101 11110000 100000 101001 0 1010111 110 1011001 1010111 110101

Color Harmonies of #8DF020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DF020

Black with #8DF020

Text Example


Text Example

White with #8DF020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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