#8FD013

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

Shades of Yellow Green #8FD013

Tints of Yellow Green #8FD013

Color information

#8FD013 (or 0x8FD013) is unknown color: approx Yellow Green. HEX triplet: 8F, D0 and 13. RGB value is (143,208,19). Sum of RGB (Red+Green+Blue) = 143+208+19=370 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.65% from 370); Green value is 208 (81.64% from 255 or 56.22% from 370); Blue value is 19 (7.81% from 255 or 5.14% from 370); Max value from RGB is 208 - color contains mainly: green. Hex color #8FD013 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FD013 is #702FEC. Grayscale: #A7A7A7. Windows color (decimal): -7352301 or 1298575. OLE color: 1298575.

HSL color Cylindrical-coordinate representation of color #8FD013: hue angle of 80.63º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8FD013 is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB14320819-
CMYK0.3100.910.18
HSL80.63º83.26%44.51%-
HSV(B)80.63º90.87%81.57%-
XYZ34518.67-
YUV167.0244.47110.87-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.65%
GREEN value IS 208 (81.64% from 255) = 56.22%
BLUE value IS 19 (7.81% from 255) = 5.14%
R=38.65%
G=56.22%
B=5.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal143208190.3100.910.1880.6383.2644.51
Hex8FD0131F05B1251532d
Octal217320233701332212112355
Binary10001111110100001001111111010110111001010100011010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,208,19); }

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

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

 a { background-color: rgb(143,208,19); }

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

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

 span { border-color: rgb(143,208,19); }

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