#49F14B

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

Shades of Screamin' Green #49F14B

Tints of Screamin' Green #49F14B

Color information

#49F14B (or 0x49F14B) is unknown color: approx Screamin' Green. HEX triplet: 49, F1 and 4B. RGB value is (73,241,75). Sum of RGB (Red+Green+Blue) = 73+241+75=389 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.77% from 389); Green value is 241 (94.53% from 255 or 61.95% from 389); Blue value is 75 (29.69% from 255 or 19.28% from 389); Max value from RGB is 241 - color contains mainly: green. Hex color #49F14B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49F14B is #B60EB4. Grayscale: #ACACAC. Windows color (decimal): -11931317 or 4976969. OLE color: 4976969.

HSL color Cylindrical-coordinate representation of color #49F14B: hue angle of 120.71º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F14B is Cyan = 0.70, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB7324175-
CMYK0.7000.690.05
HSL120.71º85.71%61.57%-
HSV(B)120.71º69.71%94.51%-
XYZ35.4764.8417.3-
YUV171.8473.3457.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.77%
GREEN value IS 241 (94.53% from 255) = 61.95%
BLUE value IS 75 (29.69% from 255) = 19.28%
R=18.77%
G=61.95%
B=19.28%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal73241750.7000.690.05120.7185.7161.57
Hex49F14B46045579563e
Octal1113611131060105517112676
Binary100100111110001100101110001100100010110111110011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49F14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49F14B; }

 p { color: rgb(73,241,75); }

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

<style>
 a { background-color: #49F14B; }

 a { background-color: rgb(73,241,75); }

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

<style>
 span { border-color: #49F14B; }

 span { border-color: rgb(73,241,75); }

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