#4AFB5A

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

Shades of Screamin' Green #4AFB5A

Tints of Screamin' Green #4AFB5A

Color information

#4AFB5A (or 0x4AFB5A) is unknown color: approx Screamin' Green. HEX triplet: 4A, FB and 5A. RGB value is (74,251,90). Sum of RGB (Red+Green+Blue) = 74+251+90=415 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.83% from 415); Green value is 251 (98.44% from 255 or 60.48% from 415); Blue value is 90 (35.55% from 255 or 21.69% from 415); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFB5A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AFB5A is #B504A5. Grayscale: #B4B4B4. Windows color (decimal): -11863206 or 5962570. OLE color: 5962570.

HSL color Cylindrical-coordinate representation of color #4AFB5A: hue angle of 125.42º 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 #4AFB5A is Cyan = 0.71, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB7425190-
CMYK0.7100.640.02
HSL125.42º95.68%63.73%-
HSV(B)125.42º70.52%98.43%-
XYZ39.1771.1921.35-
YUV179.7277.3652.59-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.83%
GREEN value IS 251 (98.44% from 255) = 60.48%
BLUE value IS 90 (35.55% from 255) = 21.69%
R=17.83%
G=60.48%
B=21.69%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal74251900.7100.640.02125.4295.6863.73
Hex4AFB5A4704027d6040
Octal11237313210701002175140100
Binary100101011111011101101010001110100000010111110111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AFB5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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