#4AF645

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

Shades of Screamin' Green #4AF645

Tints of Screamin' Green #4AF645

Color information

#4AF645 (or 0x4AF645) is unknown color: approx Screamin' Green. HEX triplet: 4A, F6 and 45. RGB value is (74,246,69). Sum of RGB (Red+Green+Blue) = 74+246+69=389 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.02% from 389); Green value is 246 (96.48% from 255 or 63.24% from 389); Blue value is 69 (27.34% from 255 or 17.74% from 389); Max value from RGB is 246 - color contains mainly: green. Hex color #4AF645 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF645 is #B509BA. Grayscale: #AEAEAE. Windows color (decimal): -11864507 or 4585034. OLE color: 4585034.

HSL color Cylindrical-coordinate representation of color #4AF645: hue angle of 118.31º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4AF645 is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.

Color convert

RGB7424669-
CMYK0.7000.720.04
HSL118.31º90.77%61.76%-
HSV(B)118.31º71.95%96.47%-
XYZ36.8567.816.77-
YUV174.3968.5256.39-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.02%
GREEN value IS 246 (96.48% from 255) = 63.24%
BLUE value IS 69 (27.34% from 255) = 17.74%
R=19.02%
G=63.24%
B=17.74%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal74246690.7000.720.04118.3190.7761.76
Hex4AF645460484765b3e
Octal1123661051060110416613376
Binary100101011110110100010110001100100100010011101101011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AF645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,246,69); }

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

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

 a { background-color: rgb(74,246,69); }

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

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

 span { border-color: rgb(74,246,69); }

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