Html Css Color HEX #8DF200 Chartreuse

📋 copy color: '#8DF200'

red 141 ◦ green 242 ◦ blue 0

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

Shades of Chartreuse #8DF200

Tints of Chartreuse #8DF200

RGB

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

 GREEN value IS 242 (94.92% from 255) = 63.19%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 36.81%
G = 63.19%
B = 0%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#8DF200 (or 0x8DF200) is known color: Chartreuse. HEX triplet: 8D, F2 and 00. RGB value is (141,242,0). Sum of RGB (Red+Green+Blue) = 141+242+0=383 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.81% from 383); Green value is 242 (94.92% from 255 or 63.19% from 383); Blue value is 0 (0.39% from 255 or 0% from 383); Max value from RGB is 242 - color contains mainly: green. Hex color #8DF200 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8DF200 is #720DFF. Grayscale: #B9B9B9. Windows color (decimal): -7474688 or 62093. OLE color: 62093.

HSL color Cylindrical-coordinate representation of color #8DF200: hue angle of 85.04º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8DF200 is Cyan = 0.42, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB 141 242 0 -
CMYK 0.42 0 1 0.05
HSL 85.04º 1% 0.47% -
HSV(B) 85.04º 1% 0.95% -
XYZ 42.74 69.17 11.1 -
YUV 184.21 24.04 97.18 -
System Red Green Blue C M Y K H S L
Decimal 141 242 0 0.42 0 1 0.05 85.04 1 0.47
Hex 8D F2 0 2A 0 64 5 55 64 2F
Octal 215 362 0 52 0 144 5 125 144 57
Binary 10001101 11110010 0 101010 0 1100100 101 1010101 1100100 101111

Color Harmonies of #8DF200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DF200

Black with #8DF200

Text Example


Text Example

White with #8DF200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,242,0); }

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

background-color css

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

 a { background-color: rgb(141,242,0); }

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

border-color css

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

 span { border-color: rgb(141,242,0); }

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