#4AFA4B

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

Shades of Screamin' Green #4AFA4B

Tints of Screamin' Green #4AFA4B

Color information

#4AFA4B (or 0x4AFA4B) is unknown color: approx Screamin' Green. HEX triplet: 4A, FA and 4B. RGB value is (74,250,75). Sum of RGB (Red+Green+Blue) = 74+250+75=399 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.55% from 399); Green value is 250 (98.05% from 255 or 62.66% from 399); Blue value is 75 (29.69% from 255 or 18.80% from 399); Max value from RGB is 250 - color contains mainly: green. Hex color #4AFA4B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AFA4B is #B505B4. Grayscale: #B1B1B1. Windows color (decimal): -11863477 or 4979274. OLE color: 4979274.

HSL color Cylindrical-coordinate representation of color #4AFA4B: hue angle of 120.34º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AFA4B is Cyan = 0.70, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.02.

Color convert

RGB7425075-
CMYK0.7000.70.02
HSL120.34º94.62%63.53%-
HSV(B)120.34º70.4%98.04%-
XYZ38.2870.3418.22-
YUV177.4370.1954.23-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.55%
GREEN value IS 250 (98.05% from 255) = 62.66%
BLUE value IS 75 (29.69% from 255) = 18.80%
R=18.55%
G=62.66%
B=18.80%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal74250750.7000.70.02120.3494.6263.53
Hex4AFA4B460462785f40
Octal11237211310601062170137100
Binary100101011111010100101110001100100011010111100010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AFA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,250,75); }

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

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

 a { background-color: rgb(74,250,75); }

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

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

 span { border-color: rgb(74,250,75); }

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