#4AFD7A

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

Shades of Screamin' Green #4AFD7A

Tints of Screamin' Green #4AFD7A

Color information

#4AFD7A (or 0x4AFD7A) is unknown color: approx Screamin' Green. HEX triplet: 4A, FD and 7A. RGB value is (74,253,122). Sum of RGB (Red+Green+Blue) = 74+253+122=449 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.48% from 449); Green value is 253 (99.22% from 255 or 56.35% from 449); Blue value is 122 (48.05% from 255 or 27.17% from 449); Max value from RGB is 253 - color contains mainly: green. Hex color #4AFD7A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AFD7A is #B50285. Grayscale: #B8B8B8. Windows color (decimal): -11862662 or 8060234. OLE color: 8060234.

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

Color convert

RGB74253122-
CMYK0.7100.520.01
HSL136.09º97.81%64.12%-
HSV(B)136.09º70.75%99.22%-
XYZ41.4673.1130.34-
YUV184.5492.749.15-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 16.48%
GREEN value IS 253 (99.22% from 255) = 56.35%
BLUE value IS 122 (48.05% from 255) = 27.17%
R=16.48%
G=56.35%
B=27.17%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal742531220.7100.520.01136.0997.8164.12
Hex4AFD7A470341886240
Octal1123751721070641210142100
Binary10010101111110111110101000111011010011000100011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AFD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,253,122); }

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

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

 a { background-color: rgb(74,253,122); }

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

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

 span { border-color: rgb(74,253,122); }

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