#8DF740

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

Shades of Green Yellow #8DF740

Tints of Green Yellow #8DF740

Color information

#8DF740 (or 0x8DF740) is unknown color: approx Green Yellow. HEX triplet: 8D, F7 and 40. RGB value is (141,247,64). Sum of RGB (Red+Green+Blue) = 141+247+64=452 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.19% from 452); Green value is 247 (96.88% from 255 or 54.65% from 452); Blue value is 64 (25.39% from 255 or 14.16% from 452); Max value from RGB is 247 - color contains mainly: green. Hex color #8DF740 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DF740 is #7208BF. Grayscale: #C3C3C3. Windows color (decimal): -7473344 or 4257677. OLE color: 4257677.

HSL color Cylindrical-coordinate representation of color #8DF740: hue angle of 94.75º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8DF740 is Cyan = 0.43, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB14124764-
CMYK0.4300.740.03
HSL94.75º91.96%60.98%-
HSV(B)94.75º74.09%96.86%-
XYZ45.1772.5516.47-
YUV194.4454.3889.88-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.19%
GREEN value IS 247 (96.88% from 255) = 54.65%
BLUE value IS 64 (25.39% from 255) = 14.16%
R=31.19%
G=54.65%
B=14.16%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal141247640.4300.740.0394.7591.9660.98
Hex8DF7402B04A35f5c3d
Octal215367100530112313713475
Binary10001101111101111000000101011010010101110111111011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,247,64); }

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

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

 a { background-color: rgb(141,247,64); }

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

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

 span { border-color: rgb(141,247,64); }

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