#4AFC86

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

Shades of Screamin' Green #4AFC86

Tints of Screamin' Green #4AFC86

Color information

#4AFC86 (or 0x4AFC86) is unknown color: approx Screamin' Green. HEX triplet: 4A, FC and 86. RGB value is (74,252,134). Sum of RGB (Red+Green+Blue) = 74+252+134=460 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.09% from 460); Green value is 252 (98.83% from 255 or 54.78% from 460); Blue value is 134 (52.73% from 255 or 29.13% from 460); Max value from RGB is 252 - color contains mainly: green. Hex color #4AFC86 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AFC86 is #B50379. Grayscale: #B9B9B9. Windows color (decimal): -11862906 or 8846410. OLE color: 8846410.

HSL color Cylindrical-coordinate representation of color #4AFC86: hue angle of 140.22º degrees, saturation: 0.97, 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 #4AFC86 is Cyan = 0.71, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB74252134-
CMYK0.7100.470.01
HSL140.22º96.74%63.92%-
HSV(B)140.22º70.63%98.82%-
XYZ41.9472.834.4-
YUV185.3399.0348.59-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 16.09%
GREEN value IS 252 (98.83% from 255) = 54.78%
BLUE value IS 134 (52.73% from 255) = 29.13%
R=16.09%
G=54.78%
B=29.13%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal742521340.7100.470.01140.2296.7463.92
Hex4AFC864702F18c6140
Octal1123742061070571214141100
Binary100101011111100100001101000111010111111000110011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AFC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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