#4AFB5F

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

Shades of Screamin' Green #4AFB5F

Tints of Screamin' Green #4AFB5F

Color information

#4AFB5F (or 0x4AFB5F) is unknown color: approx Screamin' Green. HEX triplet: 4A, FB and 5F. RGB value is (74,251,95). Sum of RGB (Red+Green+Blue) = 74+251+95=420 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.62% from 420); Green value is 251 (98.44% from 255 or 59.76% from 420); Blue value is 95 (37.5% from 255 or 22.62% from 420); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFB5F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AFB5F is #B504A0. Grayscale: #B4B4B4. Windows color (decimal): -11863201 or 6290250. OLE color: 6290250.

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

Color convert

RGB7425195-
CMYK0.7100.620.02
HSL127.12º95.68%63.73%-
HSV(B)127.12º70.52%98.43%-
XYZ39.3971.2822.51-
YUV180.2979.8652.18-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.62%
GREEN value IS 251 (98.44% from 255) = 59.76%
BLUE value IS 95 (37.5% from 255) = 22.62%
R=17.62%
G=59.76%
B=22.62%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal74251950.7100.620.02127.1295.6863.73
Hex4AFB5F4703E27f6040
Octal1123731371070762177140100
Binary10010101111101110111111000111011111010111111111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AFB5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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