#40FD42

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

Shades of Screamin' Green #40FD42

Tints of Screamin' Green #40FD42

Color information

#40FD42 (or 0x40FD42) is unknown color: approx Screamin' Green. HEX triplet: 40, FD and 42. RGB value is (64,253,66). Sum of RGB (Red+Green+Blue) = 64+253+66=383 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.71% from 383); Green value is 253 (99.22% from 255 or 66.06% from 383); Blue value is 66 (26.17% from 255 or 17.23% from 383); Max value from RGB is 253 - color contains mainly: green. Hex color #40FD42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40FD42 is #BF02BD. Grayscale: #AFAFAF. Windows color (decimal): -12518078 or 4390208. OLE color: 4390208.

HSL color Cylindrical-coordinate representation of color #40FD42: hue angle of 120.63º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FD42 is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.01.

Color convert

RGB6425366-
CMYK0.7500.740.01
HSL120.63º97.93%62.16%-
HSV(B)120.63º74.7%99.22%-
XYZ38.2271.7316.99-
YUV175.1766.3848.71-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.71%
GREEN value IS 253 (99.22% from 255) = 66.06%
BLUE value IS 66 (26.17% from 255) = 17.23%
R=16.71%
G=66.06%
B=17.23%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal64253660.7500.740.01120.6397.9362.16
Hex40FD424B04A179623e
Octal1003751021130112117114276
Binary1000000111111011000010100101101001010111110011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40FD42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,253,66); }

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

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

 a { background-color: rgb(64,253,66); }

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

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

 span { border-color: rgb(64,253,66); }

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