#8DFA1E

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

Shades of Chartreuse #8DFA1E

Tints of Chartreuse #8DFA1E

Color information

#8DFA1E (or 0x8DFA1E) is unknown color: approx Chartreuse. HEX triplet: 8D, FA and 1E. RGB value is (141,250,30). Sum of RGB (Red+Green+Blue) = 141+250+30=421 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.49% from 421); Green value is 250 (98.05% from 255 or 59.38% from 421); Blue value is 30 (12.11% from 255 or 7.13% from 421); Max value from RGB is 250 - color contains mainly: green. Hex color #8DFA1E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DFA1E is #7205E1. Grayscale: #C1C1C1. Windows color (decimal): -7472610 or 2030221. OLE color: 2030221.

HSL color Cylindrical-coordinate representation of color #8DFA1E: hue angle of 89.73º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8DFA1E is Cyan = 0.44, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.

Color convert

RGB14125030-
CMYK0.4400.880.02
HSL89.73º95.65%54.9%-
HSV(B)89.73º88%98.04%-
XYZ45.474.1313.14-
YUV192.3336.3991.39-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.49%
GREEN value IS 250 (98.05% from 255) = 59.38%
BLUE value IS 30 (12.11% from 255) = 7.13%
R=33.49%
G=59.38%
B=7.13%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal141250300.4400.880.0289.7395.6554.9
Hex8DFA1E2C05825a6037
Octal21537236540130213214067
Binary100011011111101011110101100010110001010110101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFA1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,250,30); }

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

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

 a { background-color: rgb(141,250,30); }

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

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

 span { border-color: rgb(141,250,30); }

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