Html Css Color HEX #8DF00F Chartreuse

📋 copy color: '#8DF00F'

red 141 ◦ green 240 ◦ blue 15

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

Shades of Chartreuse #8DF00F

Tints of Chartreuse #8DF00F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.79%

R = 35.61%
G = 60.61%
B = 3.79%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#8DF00F (or 0x8DF00F) is known color: Chartreuse. HEX triplet: 8D, F0 and 0F. RGB value is (141,240,15). Sum of RGB (Red+Green+Blue) = 141+240+15=396 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.61% from 396); Green value is 240 (94.14% from 255 or 60.61% from 396); Blue value is 15 (6.25% from 255 or 3.79% from 396); Max value from RGB is 240 - color contains mainly: green. Hex color #8DF00F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8DF00F is #720FF0. Grayscale: #B9B9B9. Windows color (decimal): -7475185 or 1044621. OLE color: 1044621.

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

Color convert

RGB 141 240 15 -
CMYK 0.41 0 0.94 0.06
HSL 86.4º 0.88% 0.5% -
HSV(B) 86.4º 0.94% 0.94% -
XYZ 42.23 68.02 11.35 -
YUV 184.75 32.2 96.8 -
System Red Green Blue C M Y K H S L
Decimal 141 240 15 0.41 0 0.94 0.06 86.4 0.88 0.5
Hex 8D F0 F 29 0 5E 6 56 58 32
Octal 215 360 17 51 0 136 6 126 130 62
Binary 10001101 11110000 1111 101001 0 1011110 110 1010110 1011000 110010

Color Harmonies of #8DF00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DF00F

Black with #8DF00F

Text Example


Text Example

White with #8DF00F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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