#4AED4C

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

Shades of Screamin' Green #4AED4C

Tints of Screamin' Green #4AED4C

Color information

#4AED4C (or 0x4AED4C) is unknown color: approx Screamin' Green. HEX triplet: 4A, ED and 4C. RGB value is (74,237,76). Sum of RGB (Red+Green+Blue) = 74+237+76=387 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.12% from 387); Green value is 237 (92.97% from 255 or 61.24% from 387); Blue value is 76 (30.08% from 255 or 19.64% from 387); Max value from RGB is 237 - color contains mainly: green. Hex color #4AED4C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AED4C is #B512B3. Grayscale: #AAAAAA. Windows color (decimal): -11866804 or 5041482. OLE color: 5041482.

HSL color Cylindrical-coordinate representation of color #4AED4C: hue angle of 120.74º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AED4C is Cyan = 0.69, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB7423776-
CMYK0.6900.680.07
HSL120.74º81.91%60.98%-
HSV(B)120.74º68.78%92.94%-
XYZ34.4162.5517.1-
YUV169.917559.59-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.12%
GREEN value IS 237 (92.97% from 255) = 61.24%
BLUE value IS 76 (30.08% from 255) = 19.64%
R=19.12%
G=61.24%
B=19.64%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal74237760.6900.680.07120.7481.9160.98
Hex4AED4C45044779523d
Octal1123551141050104717112275
Binary100101011101101100110010001010100010011111110011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AED4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,237,76); }

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

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

 a { background-color: rgb(74,237,76); }

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

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

 span { border-color: rgb(74,237,76); }

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