#4AFC41

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

Shades of Screamin' Green #4AFC41

Tints of Screamin' Green #4AFC41

Color information

#4AFC41 (or 0x4AFC41) is unknown color: approx Screamin' Green. HEX triplet: 4A, FC and 41. RGB value is (74,252,65). Sum of RGB (Red+Green+Blue) = 74+252+65=391 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.93% from 391); Green value is 252 (98.83% from 255 or 64.45% from 391); Blue value is 65 (25.78% from 255 or 16.62% from 391); Max value from RGB is 252 - color contains mainly: green. Hex color #4AFC41 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AFC41 is #B503BE. Grayscale: #B2B2B2. Windows color (decimal): -11862975 or 4324426. OLE color: 4324426.

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

Color convert

RGB7425265-
CMYK0.7100.740.01
HSL117.11º96.89%62.16%-
HSV(B)117.11º74.21%98.82%-
XYZ38.5971.4616.76-
YUV177.4664.5354.21-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.93%
GREEN value IS 252 (98.83% from 255) = 64.45%
BLUE value IS 65 (25.78% from 255) = 16.62%
R=18.93%
G=64.45%
B=16.62%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal74252650.7100.740.01117.1196.8962.16
Hex4AFC414704A175613e
Octal1123741011070112116514176
Binary1001010111111001000001100011101001010111101011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AFC41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,252,65); }

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

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

 a { background-color: rgb(74,252,65); }

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

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

 span { border-color: rgb(74,252,65); }

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