Html Css Color HEX #8DF71F Chartreuse

📋 copy color: '#8DF71F'

red 141 ◦ green 247 ◦ blue 31

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

Shades of Chartreuse #8DF71F

Tints of Chartreuse #8DF71F

RGB

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

 GREEN value IS 247 (96.88% from 255) = 58.95%

 BLUE value IS 31 (12.5% from 255) = 7.4%

R = 33.65%
G = 58.95%
B = 7.4%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#8DF71F (or 0x8DF71F) is known color: Chartreuse. HEX triplet: 8D, F7 and 1F. RGB value is (141,247,31). Sum of RGB (Red+Green+Blue) = 141+247+31=419 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.65% from 419); Green value is 247 (96.88% from 255 or 58.95% from 419); Blue value is 31 (12.5% from 255 or 7.40% from 419); Max value from RGB is 247 - color contains mainly: green. Hex color #8DF71F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DF71F is #7208E0. Grayscale: #BFBFBF. Windows color (decimal): -7473377 or 2094989. OLE color: 2094989.

HSL color Cylindrical-coordinate representation of color #8DF71F: hue angle of 89.44º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8DF71F is Cyan = 0.43, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.

Color convert

RGB 141 247 31 -
CMYK 0.43 0 0.87 0.03
HSL 89.44º 0.93% 0.55% -
HSV(B) 89.44º 0.87% 0.97% -
XYZ 44.49 72.28 12.9 -
YUV 190.68 37.88 92.56 -
System Red Green Blue C M Y K H S L
Decimal 141 247 31 0.43 0 0.87 0.03 89.44 0.93 0.55
Hex 8D F7 1F 2B 0 57 3 59 5D 37
Octal 215 367 37 53 0 127 3 131 135 67
Binary 10001101 11110111 11111 101011 0 1010111 11 1011001 1011101 110111

Color Harmonies of #8DF71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DF71F

Black with #8DF71F

Text Example


Text Example

White with #8DF71F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,247,31); }

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

background-color css

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

 a { background-color: rgb(141,247,31); }

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

border-color css

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

 span { border-color: rgb(141,247,31); }

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