#40FB70

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

Shades of Screamin' Green #40FB70

Tints of Screamin' Green #40FB70

Color information

#40FB70 (or 0x40FB70) is unknown color: approx Screamin' Green. HEX triplet: 40, FB and 70. RGB value is (64,251,112). Sum of RGB (Red+Green+Blue) = 64+251+112=427 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.99% from 427); Green value is 251 (98.44% from 255 or 58.78% from 427); Blue value is 112 (44.14% from 255 or 26.23% from 427); Max value from RGB is 251 - color contains mainly: green. Hex color #40FB70 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40FB70 is #BF048F. Grayscale: #B3B3B3. Windows color (decimal): -12518544 or 7404352. OLE color: 7404352.

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

Color convert

RGB64251112-
CMYK0.7500.550.02
HSL135.4º95.9%61.76%-
HSV(B)135.4º74.5%98.43%-
XYZ39.5471.2527-
YUV179.2490.0545.8-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.99%
GREEN value IS 251 (98.44% from 255) = 58.78%
BLUE value IS 112 (44.14% from 255) = 26.23%
R=14.99%
G=58.78%
B=26.23%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal642511120.7500.550.02135.495.961.76
Hex40FB704B037287603e
Octal100373160113067220714076
Binary10000001111101111100001001011011011110100001111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40FB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,251,112); }

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

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

 a { background-color: rgb(64,251,112); }

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

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

 span { border-color: rgb(64,251,112); }

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