#4AFB52

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

Shades of Screamin' Green #4AFB52

Tints of Screamin' Green #4AFB52

Color information

#4AFB52 (or 0x4AFB52) is unknown color: approx Screamin' Green. HEX triplet: 4A, FB and 52. RGB value is (74,251,82). Sum of RGB (Red+Green+Blue) = 74+251+82=407 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.18% from 407); Green value is 251 (98.44% from 255 or 61.67% from 407); Blue value is 82 (32.42% from 255 or 20.15% from 407); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFB52 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AFB52 is #B504AD. Grayscale: #B3B3B3. Windows color (decimal): -11863214 or 5438282. OLE color: 5438282.

HSL color Cylindrical-coordinate representation of color #4AFB52: hue angle of 122.71º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFB52 is Cyan = 0.71, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB7425182-
CMYK0.7100.670.02
HSL122.71º95.68%63.73%-
HSV(B)122.71º70.52%98.43%-
XYZ38.8471.0619.65-
YUV178.8173.3653.24-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.18%
GREEN value IS 251 (98.44% from 255) = 61.67%
BLUE value IS 82 (32.42% from 255) = 20.15%
R=18.18%
G=61.67%
B=20.15%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal74251820.7100.670.02122.7195.6863.73
Hex4AFB524704327b6040
Octal11237312210701032173140100
Binary100101011111011101001010001110100001110111101111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AFB52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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