#4AFD75

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

Shades of Screamin' Green #4AFD75

Tints of Screamin' Green #4AFD75

Color information

#4AFD75 (or 0x4AFD75) is unknown color: approx Screamin' Green. HEX triplet: 4A, FD and 75. RGB value is (74,253,117). Sum of RGB (Red+Green+Blue) = 74+253+117=444 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.67% from 444); Green value is 253 (99.22% from 255 or 56.98% from 444); Blue value is 117 (46.09% from 255 or 26.35% from 444); Max value from RGB is 253 - color contains mainly: green. Hex color #4AFD75 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AFD75 is #B5028A. Grayscale: #B8B8B8. Windows color (decimal): -11862667 or 7732554. OLE color: 7732554.

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

Color convert

RGB74253117-
CMYK0.7100.540.01
HSL134.41º97.81%64.12%-
HSV(B)134.41º70.75%99.22%-
XYZ41.1672.9928.75-
YUV183.9890.249.56-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 16.67%
GREEN value IS 253 (99.22% from 255) = 56.98%
BLUE value IS 117 (46.09% from 255) = 26.35%
R=16.67%
G=56.98%
B=26.35%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal742531170.7100.540.01134.4197.8164.12
Hex4AFD75470361866240
Octal1123751651070661206142100
Binary10010101111110111101011000111011011011000011011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AFD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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