#8CFF40

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

Shades of Green Yellow #8CFF40

Tints of Green Yellow #8CFF40

Color information

#8CFF40 (or 0x8CFF40) is unknown color: approx Green Yellow. HEX triplet: 8C, FF and 40. RGB value is (140,255,64). Sum of RGB (Red+Green+Blue) = 140+255+64=459 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.50% from 459); Green value is 255 (100% from 255 or 55.56% from 459); Blue value is 64 (25.39% from 255 or 13.94% from 459); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFF40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CFF40 is #7300BF. Grayscale: #C7C7C7. Windows color (decimal): -7536832 or 4259724. OLE color: 4259724.

HSL color Cylindrical-coordinate representation of color #8CFF40: hue angle of 96.13º 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 #8CFF40 is Cyan = 0.45, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB14025564-
CMYK0.4500.750
HSL96.13º100%62.55%-
HSV(B)96.13º74.9%100%-
XYZ47.577.4717.3-
YUV198.8451.986.03-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.50%
GREEN value IS 255 (100% from 255) = 55.56%
BLUE value IS 64 (25.39% from 255) = 13.94%
R=30.50%
G=55.56%
B=13.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal140255640.4500.75096.1310062.55
Hex8CFF402D04B060643f
Octal214377100550113014014477
Binary1000110011111111100000010110101001011011000001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CFF40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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