#4AFE5E

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

Shades of Screamin' Green #4AFE5E

Tints of Screamin' Green #4AFE5E

Color information

#4AFE5E (or 0x4AFE5E) is unknown color: approx Screamin' Green. HEX triplet: 4A, FE and 5E. RGB value is (74,254,94). Sum of RGB (Red+Green+Blue) = 74+254+94=422 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.54% from 422); Green value is 254 (99.61% from 255 or 60.19% from 422); Blue value is 94 (37.11% from 255 or 22.27% from 422); Max value from RGB is 254 - color contains mainly: green. Hex color #4AFE5E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AFE5E is #B501A1. Grayscale: #B6B6B6. Windows color (decimal): -11862434 or 6225482. OLE color: 6225482.

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

Color convert

RGB7425494-
CMYK0.7100.630.00
HSL126.67º98.9%64.31%-
HSV(B)126.67º70.87%99.61%-
XYZ40.2973.1522.59-
YUV181.9478.3751.01-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.54%
GREEN value IS 254 (99.61% from 255) = 60.19%
BLUE value IS 94 (37.11% from 255) = 22.27%
R=17.54%
G=60.19%
B=22.27%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal74254940.7100.630.00126.6798.964.31
Hex4AFE5E4703F07f6340
Octal1123761361070770177143100
Binary1001010111111101011110100011101111110111111111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AFE5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,254,94); }

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

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

 a { background-color: rgb(74,254,94); }

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

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

 span { border-color: rgb(74,254,94); }

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