#4AFD73

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

Shades of Screamin' Green #4AFD73

Tints of Screamin' Green #4AFD73

Color information

#4AFD73 (or 0x4AFD73) is unknown color: approx Screamin' Green. HEX triplet: 4A, FD and 73. RGB value is (74,253,115). Sum of RGB (Red+Green+Blue) = 74+253+115=442 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.74% from 442); Green value is 253 (99.22% from 255 or 57.24% from 442); Blue value is 115 (45.31% from 255 or 26.02% from 442); Max value from RGB is 253 - color contains mainly: green. Hex color #4AFD73 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AFD73 is #B5028C. Grayscale: #B8B8B8. Windows color (decimal): -11862669 or 7601482. OLE color: 7601482.

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

Color convert

RGB74253115-
CMYK0.7100.550.01
HSL133.74º97.81%64.12%-
HSV(B)133.74º70.75%99.22%-
XYZ41.0472.9428.14-
YUV183.7589.249.72-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 16.74%
GREEN value IS 253 (99.22% from 255) = 57.24%
BLUE value IS 115 (45.31% from 255) = 26.02%
R=16.74%
G=57.24%
B=26.02%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal742531150.7100.550.01133.7497.8164.12
Hex4AFD73470371866240
Octal1123751631070671206142100
Binary10010101111110111100111000111011011111000011011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AFD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,253,115); }

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

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

 a { background-color: rgb(74,253,115); }

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

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

 span { border-color: rgb(74,253,115); }

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