Html Css Color HEX #8DF812 Chartreuse

📋 copy color: '#8DF812'

red 141 ◦ green 248 ◦ blue 18

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

Shades of Chartreuse #8DF812

Tints of Chartreuse #8DF812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.42%

R = 34.64%
G = 60.93%
B = 4.42%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#8DF812 (or 0x8DF812) is known color: Chartreuse. HEX triplet: 8D, F8 and 12. RGB value is (141,248,18). Sum of RGB (Red+Green+Blue) = 141+248+18=407 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.64% from 407); Green value is 248 (97.27% from 255 or 60.93% from 407); Blue value is 18 (7.42% from 255 or 4.42% from 407); Max value from RGB is 248 - color contains mainly: green. Hex color #8DF812 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8DF812 is #7207ED. Grayscale: #BEBEBE. Windows color (decimal): -7473134 or 1243277. OLE color: 1243277.

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

Color convert

RGB 141 248 18 -
CMYK 0.43 0 0.93 0.03
HSL 87.91º 0.94% 0.52% -
HSV(B) 87.91º 0.93% 0.97% -
XYZ 44.66 72.84 12.28 -
YUV 189.79 31.05 93.2 -
System Red Green Blue C M Y K H S L
Decimal 141 248 18 0.43 0 0.93 0.03 87.91 0.94 0.52
Hex 8D F8 12 2B 0 5D 3 58 5E 34
Octal 215 370 22 53 0 135 3 130 136 64
Binary 10001101 11111000 10010 101011 0 1011101 11 1011000 1011110 110100

Color Harmonies of #8DF812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DF812

Black with #8DF812

Text Example


Text Example

White with #8DF812

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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