#4AFF52

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

Shades of Screamin' Green #4AFF52

Tints of Screamin' Green #4AFF52

Color information

#4AFF52 (or 0x4AFF52) is unknown color: approx Screamin' Green. HEX triplet: 4A, FF and 52. RGB value is (74,255,82). Sum of RGB (Red+Green+Blue) = 74+255+82=411 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.00% from 411); Green value is 255 (100% from 255 or 62.04% from 411); Blue value is 82 (32.42% from 255 or 19.95% from 411); Max value from RGB is 255 - color contains mainly: green. Hex color #4AFF52 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AFF52 is #B500AD. Grayscale: #B5B5B5. Windows color (decimal): -11862190 or 5439306. OLE color: 5439306.

HSL color Cylindrical-coordinate representation of color #4AFF52: hue angle of 122.65º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFF52 is Cyan = 0.71, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.

Color convert

RGB7425582-
CMYK0.7100.680
HSL122.65º100%64.51%-
HSV(B)122.65º70.98%100%-
XYZ40.1173.5920.07-
YUV181.1672.0351.57-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.00%
GREEN value IS 255 (100% from 255) = 62.04%
BLUE value IS 82 (32.42% from 255) = 19.95%
R=18.00%
G=62.04%
B=19.95%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal74255820.7100.680122.6510064.51
Hex4AFF524704407b6441
Octal11237712210701040173144101
Binary10010101111111110100101000111010001000111101111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AFF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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