Html Css Color HEX #8DF818 Chartreuse

📋 copy color: '#8DF818'

red 141 ◦ green 248 ◦ blue 24

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

Shades of Chartreuse #8DF818

Tints of Chartreuse #8DF818

RGB

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

 GREEN value IS 248 (97.27% from 255) = 60.05%

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

R = 34.14%
G = 60.05%
B = 5.81%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#8DF818 (or 0x8DF818) is known color: Chartreuse. HEX triplet: 8D, F8 and 18. RGB value is (141,248,24). Sum of RGB (Red+Green+Blue) = 141+248+24=413 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.14% from 413); Green value is 248 (97.27% from 255 or 60.05% from 413); Blue value is 24 (9.77% from 255 or 5.81% from 413); Max value from RGB is 248 - color contains mainly: green. Hex color #8DF818 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8DF818 is #7207E7. Grayscale: #BFBFBF. Windows color (decimal): -7473128 or 1636493. OLE color: 1636493.

HSL color Cylindrical-coordinate representation of color #8DF818: hue angle of 88.66º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8DF818 is Cyan = 0.43, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.

Color convert

RGB 141 248 24 -
CMYK 0.43 0 0.90 0.03
HSL 88.66º 0.94% 0.53% -
HSV(B) 88.66º 0.9% 0.97% -
XYZ 44.72 72.86 12.57 -
YUV 190.47 34.05 92.71 -
System Red Green Blue C M Y K H S L
Decimal 141 248 24 0.43 0 0.90 0.03 88.66 0.94 0.53
Hex 8D F8 18 2B 0 5A 3 59 5E 35
Octal 215 370 30 53 0 132 3 131 136 65
Binary 10001101 11111000 11000 101011 0 1011010 11 1011001 1011110 110101

Color Harmonies of #8DF818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DF818

Black with #8DF818

Text Example


Text Example

White with #8DF818

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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