#8CF036

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

Shades of Green Yellow #8CF036

Tints of Green Yellow #8CF036

Color information

#8CF036 (or 0x8CF036) is unknown color: approx Green Yellow. HEX triplet: 8C, F0 and 36. RGB value is (140,240,54). Sum of RGB (Red+Green+Blue) = 140+240+54=434 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.26% from 434); Green value is 240 (94.14% from 255 or 55.30% from 434); Blue value is 54 (21.48% from 255 or 12.44% from 434); Max value from RGB is 240 - color contains mainly: green. Hex color #8CF036 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CF036 is #730FC9. Grayscale: #BDBDBD. Windows color (decimal): -7540682 or 3600524. OLE color: 3600524.

HSL color Cylindrical-coordinate representation of color #8CF036: hue angle of 92.26º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8CF036 is Cyan = 0.42, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB14024054-
CMYK0.4200.780.06
HSL92.26º86.11%57.65%-
HSV(B)92.26º77.5%94.12%-
XYZ42.6468.1614.4-
YUV188.951.8793.12-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.26%
GREEN value IS 240 (94.14% from 255) = 55.30%
BLUE value IS 54 (21.48% from 255) = 12.44%
R=32.26%
G=55.30%
B=12.44%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal140240540.4200.780.0692.2686.1157.65
Hex8CF0362A04E65c563a
Octal21436066520116613412672
Binary10001100111100001101101010100100111011010111001010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CF036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,240,54); }

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

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

 a { background-color: rgb(140,240,54); }

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

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

 span { border-color: rgb(140,240,54); }

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