#8FD914

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

Shades of Yellow Green #8FD914

Tints of Yellow Green #8FD914

Color information

#8FD914 (or 0x8FD914) is unknown color: approx Yellow Green. HEX triplet: 8F, D9 and 14. RGB value is (143,217,20). Sum of RGB (Red+Green+Blue) = 143+217+20=380 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.63% from 380); Green value is 217 (85.16% from 255 or 57.11% from 380); Blue value is 20 (8.20% from 255 or 5.26% from 380); Max value from RGB is 217 - color contains mainly: green. Hex color #8FD914 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FD914 is #7026EB. Grayscale: #ADADAD. Windows color (decimal): -7349996 or 1366415. OLE color: 1366415.

HSL color Cylindrical-coordinate representation of color #8FD914: hue angle of 82.54º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8FD914 is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB14321720-
CMYK0.3400.910.15
HSL82.54º83.12%46.47%-
HSV(B)82.54º90.78%85.1%-
XYZ36.2755.529.47-
YUV172.4241.98107.02-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.63%
GREEN value IS 217 (85.16% from 255) = 57.11%
BLUE value IS 20 (8.20% from 255) = 5.26%
R=37.63%
G=57.11%
B=5.26%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal143217200.3400.910.1582.5483.1246.47
Hex8FD9142205BF53532e
Octal217331244201331712312356
Binary10001111110110011010010001001011011111110100111010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,217,20); }

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

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

 a { background-color: rgb(143,217,20); }

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

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

 span { border-color: rgb(143,217,20); }

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