#4AF05B

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

Shades of Screamin' Green #4AF05B

Tints of Screamin' Green #4AF05B

Color information

#4AF05B (or 0x4AF05B) is unknown color: approx Screamin' Green. HEX triplet: 4A, F0 and 5B. RGB value is (74,240,91). Sum of RGB (Red+Green+Blue) = 74+240+91=405 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.27% from 405); Green value is 240 (94.14% from 255 or 59.26% from 405); Blue value is 91 (35.94% from 255 or 22.47% from 405); Max value from RGB is 240 - color contains mainly: green. Hex color #4AF05B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AF05B is #B50FA4. Grayscale: #ADADAD. Windows color (decimal): -11866021 or 6025290. OLE color: 6025290.

HSL color Cylindrical-coordinate representation of color #4AF05B: hue angle of 126.14º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AF05B is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB7424091-
CMYK0.6900.620.06
HSL126.14º84.69%61.57%-
HSV(B)126.14º69.17%94.12%-
XYZ35.8764.5320.46-
YUV173.3881.557.12-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.27%
GREEN value IS 240 (94.14% from 255) = 59.26%
BLUE value IS 91 (35.94% from 255) = 22.47%
R=18.27%
G=59.26%
B=22.47%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal74240910.6900.620.06126.1484.6961.57
Hex4AF05B4503E67e553e
Octal112360133105076617612576
Binary10010101111000010110111000101011111011011111101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AF05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4AF05B; }

 p { color: rgb(74,240,91); }

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

<style>
 a { background-color: #4AF05B; }

 a { background-color: rgb(74,240,91); }

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

<style>
 span { border-color: #4AF05B; }

 span { border-color: rgb(74,240,91); }

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