Html Css Color HEX #8DF115 Chartreuse

📋 copy color: '#8DF115'

red 141 ◦ green 241 ◦ blue 21

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

Shades of Chartreuse #8DF115

Tints of Chartreuse #8DF115

RGB

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

 GREEN value IS 241 (94.53% from 255) = 59.8%

 BLUE value IS 21 (8.59% from 255) = 5.21%

R = 34.99%
G = 59.8%
B = 5.21%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#8DF115 (or 0x8DF115) is known color: Chartreuse. HEX triplet: 8D, F1 and 15. RGB value is (141,241,21). Sum of RGB (Red+Green+Blue) = 141+241+21=403 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.99% from 403); Green value is 241 (94.53% from 255 or 59.80% from 403); Blue value is 21 (8.59% from 255 or 5.21% from 403); Max value from RGB is 241 - color contains mainly: green. Hex color #8DF115 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8DF115 is #720EEA. Grayscale: #BABABA. Windows color (decimal): -7474923 or 1438093. OLE color: 1438093.

HSL color Cylindrical-coordinate representation of color #8DF115: hue angle of 87.27º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8DF115 is Cyan = 0.41, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB 141 241 21 -
CMYK 0.41 0 0.91 0.05
HSL 87.27º 0.89% 0.51% -
HSV(B) 87.27º 0.91% 0.95% -
XYZ 42.58 68.63 11.71 -
YUV 186.02 34.87 95.89 -
System Red Green Blue C M Y K H S L
Decimal 141 241 21 0.41 0 0.91 0.05 87.27 0.89 0.51
Hex 8D F1 15 29 0 5B 5 57 59 33
Octal 215 361 25 51 0 133 5 127 131 63
Binary 10001101 11110001 10101 101001 0 1011011 101 1010111 1011001 110011

Color Harmonies of #8DF115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DF115

Black with #8DF115

Text Example


Text Example

White with #8DF115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,241,21); }

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

background-color css

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

 a { background-color: rgb(141,241,21); }

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

border-color css

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

 span { border-color: rgb(141,241,21); }

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