#8DF10F

Color #8DF10F Chartreuse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chartreuse #8DF10F

Tints of Chartreuse #8DF10F

Color information

#8DF10F (or 0x8DF10F) is unknown color: approx Chartreuse. HEX triplet: 8D, F1 and 0F. RGB value is (141,241,15). Sum of RGB (Red+Green+Blue) = 141+241+15=397 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.52% from 397); Green value is 241 (94.53% from 255 or 60.71% from 397); Blue value is 15 (6.25% from 255 or 3.78% from 397); Max value from RGB is 241 - color contains mainly: green. Hex color #8DF10F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8DF10F is #720EF0. Grayscale: #BABABA. Windows color (decimal): -7474929 or 1044877. OLE color: 1044877.

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

Color convert

RGB14124115-
CMYK0.4100.940.05
HSL86.55º88.98%50.2%-
HSV(B)86.55º93.78%94.51%-
XYZ42.5368.6111.45-
YUV185.3431.8796.38-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.52%
GREEN value IS 241 (94.53% from 255) = 60.71%
BLUE value IS 15 (6.25% from 255) = 3.78%
R=35.52%
G=60.71%
B=3.78%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal141241150.4100.940.0586.5588.9850.2
Hex8DF1F2905E5575932
Octal21536117510136512713162
Binary100011011111000111111010010101111010110101111011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF10F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8DF10F;
 }
 .AnyTagClassName
 {
   color: #8DF10F;
 }
</style>
background-color css

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

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

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

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

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

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