#4AF247

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

Shades of Screamin' Green #4AF247

Tints of Screamin' Green #4AF247

Color information

#4AF247 (or 0x4AF247) is unknown color: approx Screamin' Green. HEX triplet: 4A, F2 and 47. RGB value is (74,242,71). Sum of RGB (Red+Green+Blue) = 74+242+71=387 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.12% from 387); Green value is 242 (94.92% from 255 or 62.53% from 387); Blue value is 71 (28.12% from 255 or 18.35% from 387); Max value from RGB is 242 - color contains mainly: green. Hex color #4AF247 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF247 is #B50DB8. Grayscale: #ACACAC. Windows color (decimal): -11865529 or 4715082. OLE color: 4715082.

HSL color Cylindrical-coordinate representation of color #4AF247: hue angle of 118.95º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AF247 is Cyan = 0.69, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB7424271-
CMYK0.6900.710.05
HSL118.95º86.8%61.37%-
HSV(B)118.95º70.66%94.9%-
XYZ35.7165.4216.71-
YUV172.2770.8457.9-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.12%
GREEN value IS 242 (94.92% from 255) = 62.53%
BLUE value IS 71 (28.12% from 255) = 18.35%
R=19.12%
G=62.53%
B=18.35%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal74242710.6900.710.05118.9586.861.37
Hex4AF24745047577573d
Octal1123621071050107516712775
Binary100101011110010100011110001010100011110111101111010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AF247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,242,71); }

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

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

 a { background-color: rgb(74,242,71); }

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

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

 span { border-color: rgb(74,242,71); }

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