#40F160

Color #40F160 Screamin' Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Screamin' Green #40F160

Tints of Screamin' Green #40F160

Color information

#40F160 (or 0x40F160) is unknown color: approx Screamin' Green. HEX triplet: 40, F1 and 60. RGB value is (64,241,96). Sum of RGB (Red+Green+Blue) = 64+241+96=401 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.96% from 401); Green value is 241 (94.53% from 255 or 60.10% from 401); Blue value is 96 (37.89% from 255 or 23.94% from 401); Max value from RGB is 241 - color contains mainly: green. Hex color #40F160 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40F160 is #BF0E9F. Grayscale: #ABABAB. Windows color (decimal): -12521120 or 6353216. OLE color: 6353216.

HSL color Cylindrical-coordinate representation of color #40F160: hue angle of 130.85º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40F160 is Cyan = 0.73, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB6424196-
CMYK0.7300.600.05
HSL130.85º86.34%59.8%-
HSV(B)130.85º73.44%94.51%-
XYZ35.6864.8521.7-
YUV171.5585.3651.29-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.96%
GREEN value IS 241 (94.53% from 255) = 60.10%
BLUE value IS 96 (37.89% from 255) = 23.94%
R=15.96%
G=60.10%
B=23.94%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal64241960.7300.600.05130.8586.3459.8
Hex40F1604903C583563c
Octal100361140111074520312674
Binary100000011110001110000010010010111100101100000111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40F160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40F160; }

 p { color: rgb(64,241,96); }

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

<style>
 a { background-color: #40F160; }

 a { background-color: rgb(64,241,96); }

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

<style>
 span { border-color: #40F160; }

 span { border-color: rgb(64,241,96); }

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