Html Css Color HEX #8DF918 Chartreuse

📋 copy color: '#8DF918'

red 141 ◦ green 249 ◦ blue 24

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

Shades of Chartreuse #8DF918

Tints of Chartreuse #8DF918

RGB

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

 GREEN value IS 249 (97.66% from 255) = 60.14%

 BLUE value IS 24 (9.77% from 255) = 5.8%

R = 34.06%
G = 60.14%
B = 5.8%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#8DF918 (or 0x8DF918) is known color: Chartreuse. HEX triplet: 8D, F9 and 18. RGB value is (141,249,24). Sum of RGB (Red+Green+Blue) = 141+249+24=414 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.06% from 414); Green value is 249 (97.66% from 255 or 60.14% from 414); Blue value is 24 (9.77% from 255 or 5.80% from 414); Max value from RGB is 249 - color contains mainly: green. Hex color #8DF918 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8DF918 is #7206E7. Grayscale: #BFBFBF. Windows color (decimal): -7472872 or 1636749. OLE color: 1636749.

HSL color Cylindrical-coordinate representation of color #8DF918: hue angle of 88.8º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8DF918 is Cyan = 0.43, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 141 249 24 -
CMYK 0.43 0 0.90 0.02
HSL 88.8º 0.95% 0.54% -
HSV(B) 88.8º 0.9% 0.98% -
XYZ 45.03 73.48 12.67 -
YUV 191.06 33.72 92.3 -
System Red Green Blue C M Y K H S L
Decimal 141 249 24 0.43 0 0.90 0.02 88.8 0.95 0.54
Hex 8D F9 18 2B 0 5A 2 59 5F 36
Octal 215 371 30 53 0 132 2 131 137 66
Binary 10001101 11111001 11000 101011 0 1011010 10 1011001 1011111 110110

Color Harmonies of #8DF918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DF918

Black with #8DF918

Text Example


Text Example

White with #8DF918

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,249,24); }

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

background-color css

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

 a { background-color: rgb(141,249,24); }

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

border-color css

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

 span { border-color: rgb(141,249,24); }

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