#8DF316

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

Shades of Chartreuse #8DF316

Tints of Chartreuse #8DF316

Color information

#8DF316 (or 0x8DF316) is unknown color: approx Chartreuse. HEX triplet: 8D, F3 and 16. RGB value is (141,243,22). Sum of RGB (Red+Green+Blue) = 141+243+22=406 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.73% from 406); Green value is 243 (95.31% from 255 or 59.85% from 406); Blue value is 22 (8.98% from 255 or 5.42% from 406); Max value from RGB is 243 - color contains mainly: green. Hex color #8DF316 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8DF316 is #720CE9. Grayscale: #BCBCBC. Windows color (decimal): -7474410 or 1504141. OLE color: 1504141.

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

Color convert

RGB14124322-
CMYK0.4200.910.05
HSL87.69º90.2%51.96%-
HSV(B)87.69º90.95%95.29%-
XYZ43.1869.8211.96-
YUV187.3134.7194.97-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.73%
GREEN value IS 243 (95.31% from 255) = 59.85%
BLUE value IS 22 (8.98% from 255) = 5.42%
R=34.73%
G=59.85%
B=5.42%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal141243220.4200.910.0587.6990.251.96
Hex8DF3162A05B5585a34
Octal21536326520133513013264
Binary1000110111110011101101010100101101110110110001011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,243,22); }

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

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

 a { background-color: rgb(141,243,22); }

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

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

 span { border-color: rgb(141,243,22); }

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