#40F165

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

Shades of Screamin' Green #40F165

Tints of Screamin' Green #40F165

Color information

#40F165 (or 0x40F165) is unknown color: approx Screamin' Green. HEX triplet: 40, F1 and 65. RGB value is (64,241,101). Sum of RGB (Red+Green+Blue) = 64+241+101=406 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.76% from 406); Green value is 241 (94.53% from 255 or 59.36% from 406); Blue value is 101 (39.84% from 255 or 24.88% from 406); Max value from RGB is 241 - color contains mainly: green. Hex color #40F165 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40F165 is #BF0E9A. Grayscale: #ACACAC. Windows color (decimal): -12521115 or 6680896. OLE color: 6680896.

HSL color Cylindrical-coordinate representation of color #40F165: hue angle of 132.54º 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 #40F165 is Cyan = 0.73, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB64241101-
CMYK0.7300.580.05
HSL132.54º86.34%59.8%-
HSV(B)132.54º73.44%94.51%-
XYZ35.9264.9422.95-
YUV172.1287.8650.88-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.76%
GREEN value IS 241 (94.53% from 255) = 59.36%
BLUE value IS 101 (39.84% from 255) = 24.88%
R=15.76%
G=59.36%
B=24.88%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal642411010.7300.580.05132.5486.3459.8
Hex40F1654903A585563c
Octal100361145111072520512674
Binary100000011110001110010110010010111010101100001011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40F165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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