#8DFF40

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

Shades of Green Yellow #8DFF40

Tints of Green Yellow #8DFF40

Color information

#8DFF40 (or 0x8DFF40) is unknown color: approx Green Yellow. HEX triplet: 8D, FF and 40. RGB value is (141,255,64). Sum of RGB (Red+Green+Blue) = 141+255+64=460 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.65% from 460); Green value is 255 (100% from 255 or 55.43% from 460); Blue value is 64 (25.39% from 255 or 13.91% from 460); Max value from RGB is 255 - color contains mainly: green. Hex color #8DFF40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DFF40 is #7200BF. Grayscale: #C7C7C7. Windows color (decimal): -7471296 or 4259725. OLE color: 4259725.

HSL color Cylindrical-coordinate representation of color #8DFF40: hue angle of 95.81º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8DFF40 is Cyan = 0.45, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB14125564-
CMYK0.4500.750
HSL95.81º100%62.55%-
HSV(B)95.81º74.9%100%-
XYZ47.6777.5517.31-
YUV199.1451.7386.53-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.65%
GREEN value IS 255 (100% from 255) = 55.43%
BLUE value IS 64 (25.39% from 255) = 13.91%
R=30.65%
G=55.43%
B=13.91%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal141255640.4500.75095.8110062.55
Hex8DFF402D04B060643f
Octal215377100550113014014477
Binary1000110111111111100000010110101001011011000001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFF40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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