#4AE552

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

Shades of Screamin' Green #4AE552

Tints of Screamin' Green #4AE552

Color information

#4AE552 (or 0x4AE552) is unknown color: approx Screamin' Green. HEX triplet: 4A, E5 and 52. RGB value is (74,229,82). Sum of RGB (Red+Green+Blue) = 74+229+82=385 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.22% from 385); Green value is 229 (89.84% from 255 or 59.48% from 385); Blue value is 82 (32.42% from 255 or 21.30% from 385); Max value from RGB is 229 - color contains mainly: green. Hex color #4AE552 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AE552 is #B51AAD. Grayscale: #A6A6A6. Windows color (decimal): -11868846 or 5432650. OLE color: 5432650.

HSL color Cylindrical-coordinate representation of color #4AE552: hue angle of 123.1º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4AE552 is Cyan = 0.68, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.10.

Color convert

RGB7422982-
CMYK0.6800.640.10
HSL123.1º74.88%59.41%-
HSV(B)123.1º67.69%89.8%-
XYZ32.3758.117.49-
YUV165.980.6562.45-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.22%
GREEN value IS 229 (89.84% from 255) = 59.48%
BLUE value IS 82 (32.42% from 255) = 21.30%
R=19.22%
G=59.48%
B=21.30%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal74229820.6800.640.10123.174.8859.41
Hex4AE55244040A7b4b3b
Octal11234512210401001217311373
Binary1001010111001011010010100010001000000101011110111001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AE552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,229,82); }

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

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

 a { background-color: rgb(74,229,82); }

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

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

 span { border-color: rgb(74,229,82); }

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