#8DF305

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

Shades of Chartreuse #8DF305

Tints of Chartreuse #8DF305

Color information

#8DF305 (or 0x8DF305) is unknown color: approx Chartreuse. HEX triplet: 8D, F3 and 05. RGB value is (141,243,5). Sum of RGB (Red+Green+Blue) = 141+243+5=389 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.25% from 389); Green value is 243 (95.31% from 255 or 62.47% from 389); Blue value is 5 (2.34% from 255 or 1.29% from 389); Max value from RGB is 243 - color contains mainly: green. Hex color #8DF305 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8DF305 is #720CFA. Grayscale: #BABABA. Windows color (decimal): -7474427 or 390029. OLE color: 390029.

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

Color convert

RGB1412435-
CMYK0.4200.980.05
HSL85.71º95.97%48.63%-
HSV(B)85.71º97.94%95.29%-
XYZ43.0669.7711.34-
YUV185.3726.2196.35-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.25%
GREEN value IS 243 (95.31% from 255) = 62.47%
BLUE value IS 5 (2.34% from 255) = 1.29%
R=36.25%
G=62.47%
B=1.29%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal14124350.4200.980.0585.7195.9748.63
Hex8DF352A0625566031
Octal2153635520142512614061
Binary10001101111100111011010100110001010110101101100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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