Html Css Color HEX #8DF100 Chartreuse

📋 copy color: '#8DF100'

red 141 ◦ green 241 ◦ blue 0

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

Shades of Chartreuse #8DF100

Tints of Chartreuse #8DF100

RGB

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

 GREEN value IS 241 (94.53% from 255) = 63.09%

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

R = 36.91%
G = 63.09%
B = 0%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#8DF100 (or 0x8DF100) is known color: Chartreuse. HEX triplet: 8D, F1 and 00. RGB value is (141,241,0). Sum of RGB (Red+Green+Blue) = 141+241+0=382 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.91% from 382); Green value is 241 (94.53% from 255 or 63.09% from 382); Blue value is 0 (0.39% from 255 or 0% from 382); Max value from RGB is 241 - color contains mainly: green. Hex color #8DF100 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8DF100 is #720EFF. Grayscale: #B8B8B8. Windows color (decimal): -7474944 or 61837. OLE color: 61837.

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

Color convert

RGB 141 241 0 -
CMYK 0.41 0 1 0.05
HSL 84.9º 1% 0.47% -
HSV(B) 84.9º 1% 0.95% -
XYZ 42.44 68.57 11 -
YUV 183.63 24.37 97.6 -
System Red Green Blue C M Y K H S L
Decimal 141 241 0 0.41 0 1 0.05 84.9 1 0.47
Hex 8D F1 0 29 0 64 5 55 64 2F
Octal 215 361 0 51 0 144 5 125 144 57
Binary 10001101 11110001 0 101001 0 1100100 101 1010101 1100100 101111

Color Harmonies of #8DF100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DF100

Black with #8DF100

Text Example


Text Example

White with #8DF100

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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