#40f25b

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

Shades of Screamin' Green #40F25B

Tints of Screamin' Green #40F25B

Color information

#40F25B (or 0x40F25B) is unknown color: approx Screamin' Green. HEX triplet: 40, F2 and 5B. RGB value is (64,242,91). Sum of RGB (Red+Green+Blue) = 64+242+91=397 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.12% from 397); Green value is 242 (94.92% from 255 or 60.96% from 397); Blue value is 91 (35.94% from 255 or 22.92% from 397); Max value from RGB is 242 - color contains mainly: green. Hex color #40F25B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40F25B is #BF0DA4. Grayscale: #ABABAB. Windows color (decimal): -12520869 or 6025792. OLE color: 6025792.

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

Color convert

RGB6424291-
CMYK0.7400.620.05
HSL129.1º87.25%60%-
HSV(B)129.1º73.55%94.9%-
XYZ35.7565.3520.63-
YUV171.5682.5351.28-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.12%
GREEN value IS 242 (94.92% from 255) = 60.96%
BLUE value IS 91 (35.94% from 255) = 22.92%
R=16.12%
G=60.96%
B=22.92%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal64242910.7400.620.05129.187.2560
Hex40F25B4A03E581573c
Octal100362133112076520112774
Binary100000011110010101101110010100111110101100000011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40f25b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,242,91); }

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

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

 a { background-color: rgb(64,242,91); }

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

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

 span { border-color: rgb(64,242,91); }

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