Html Css Color HEX #49F048 Screamin' Green

📋 copy color: '#49F048'

red 73 ◦ green 240 ◦ blue 72

#49F048
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Screamin' Green #49F048

Tints of Screamin' Green #49F048

RGB

 RED value IS 73 (28.91% from 255) = 18.96%

 GREEN value IS 240 (94.14% from 255) = 62.34%

 BLUE value IS 72 (28.52% from 255) = 18.7%

R = 18.96%
G = 62.34%
B = 18.7%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.7

 K value IS 0.06

RGB Variations

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

Color information

#49F048 (or 0x49F048) is known color: Screamin' Green. HEX triplet: 49, F0 and 48. RGB value is (73,240,72). Sum of RGB (Red+Green+Blue) = 73+240+72=385 (50% of max value = 765). Red value is 73 (28.91% from 255 or 18.96% from 385); Green value is 240 (94.14% from 255 or 62.34% from 385); Blue value is 72 (28.52% from 255 or 18.70% from 385); Max value from RGB is 240 - color contains mainly: green. Hex color #49F048 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49F048 is #B60FB7. Grayscale: #ABABAB. Windows color (decimal): -11931576 or 4780105. OLE color: 4780105.

HSL color Cylindrical-coordinate representation of color #49F048: hue angle of 119.64º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F048 is Cyan = 0.70, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.06.

Color convert

RGB 73 240 72 -
CMYK 0.70 0 0.7 0.06
HSL 119.64º 0.85% 0.61% -
HSV(B) 119.64º 0.7% 0.94% -
XYZ 35.08 64.2 16.67 -
YUV 170.92 72.17 58.16 -
System Red Green Blue C M Y K H S L
Decimal 73 240 72 0.70 0 0.7 0.06 119.64 0.85 0.61
Hex 49 F0 48 46 0 46 6 78 55 3D
Octal 111 360 110 106 0 106 6 170 125 75
Binary 1001001 11110000 1001000 1000110 0 1000110 110 1111000 1010101 111101

Color Harmonies of #49F048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F048

Black with #49F048

Text Example


Text Example

White with #49F048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,240,72); }

 H1.HeaderClassName
 {
   color: #49F048;
 }
 .AnyTagClassName
 {
   color: #49F048;
 }
</style>

background-color css

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

 a { background-color: rgb(73,240,72); }

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

border-color css

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

 span { border-color: rgb(73,240,72); }

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