#8CFE42

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

Shades of Green Yellow #8CFE42

Tints of Green Yellow #8CFE42

Color information

#8CFE42 (or 0x8CFE42) is unknown color: approx Green Yellow. HEX triplet: 8C, FE and 42. RGB value is (140,254,66). Sum of RGB (Red+Green+Blue) = 140+254+66=460 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.43% from 460); Green value is 254 (99.61% from 255 or 55.22% from 460); Blue value is 66 (26.17% from 255 or 14.35% from 460); Max value from RGB is 254 - color contains mainly: green. Hex color #8CFE42 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CFE42 is #7301BD. Grayscale: #C7C7C7. Windows color (decimal): -7537086 or 4390540. OLE color: 4390540.

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

Color convert

RGB14025466-
CMYK0.4500.740.00
HSL96.38º98.95%62.75%-
HSV(B)96.38º74.02%99.61%-
XYZ47.2476.8517.5-
YUV198.4853.2386.29-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.43%
GREEN value IS 254 (99.61% from 255) = 55.22%
BLUE value IS 66 (26.17% from 255) = 14.35%
R=30.43%
G=55.22%
B=14.35%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal140254660.4500.740.0096.3898.9562.75
Hex8CFE422D04A060633f
Octal214376102550112014014377
Binary1000110011111110100001010110101001010011000001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CFE42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,254,66); }

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

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

 a { background-color: rgb(140,254,66); }

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

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

 span { border-color: rgb(140,254,66); }

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