#40FF7A

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

Shades of Screamin' Green #40FF7A

Tints of Screamin' Green #40FF7A

Color information

#40FF7A (or 0x40FF7A) is unknown color: approx Screamin' Green. HEX triplet: 40, FF and 7A. RGB value is (64,255,122). Sum of RGB (Red+Green+Blue) = 64+255+122=441 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.51% from 441); Green value is 255 (100% from 255 or 57.82% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 255 - color contains mainly: green. Hex color #40FF7A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40FF7A is #BF0085. Grayscale: #B7B7B7. Windows color (decimal): -12517510 or 8060736. OLE color: 8060736.

HSL color Cylindrical-coordinate representation of color #40FF7A: hue angle of 138.22º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FF7A is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.

Color convert

RGB64255122-
CMYK0.7500.520
HSL138.22º100%62.55%-
HSV(B)138.22º74.9%100%-
XYZ41.3974.0230.52-
YUV182.7393.7243.31-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.51%
GREEN value IS 255 (100% from 255) = 57.82%
BLUE value IS 122 (48.05% from 255) = 27.66%
R=14.51%
G=57.82%
B=27.66%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal642551220.7500.520138.2210062.55
Hex40FF7A4B03408a643f
Octal100377172113064021214477
Binary1000000111111111111010100101101101000100010101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40FF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,255,122); }

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

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

 a { background-color: rgb(64,255,122); }

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

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

 span { border-color: rgb(64,255,122); }

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