Html Css Color HEX #49F060 Screamin' Green

📋 copy color: '#49F060'

red 73 ◦ green 240 ◦ blue 96

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

Shades of Screamin' Green #49F060

Tints of Screamin' Green #49F060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 23.47%

R = 17.85%
G = 58.68%
B = 23.47%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.6

 K value IS 0.06

RGB Variations

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

Color information

#49F060 (or 0x49F060) is known color: Screamin' Green. HEX triplet: 49, F0 and 60. RGB value is (73,240,96). Sum of RGB (Red+Green+Blue) = 73+240+96=409 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.85% from 409); Green value is 240 (94.14% from 255 or 58.68% from 409); Blue value is 96 (37.89% from 255 or 23.47% from 409); Max value from RGB is 240 - color contains mainly: green. Hex color #49F060 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49F060 is #B60F9F. Grayscale: #AEAEAE. Windows color (decimal): -11931552 or 6352969. OLE color: 6352969.

HSL color Cylindrical-coordinate representation of color #49F060: hue angle of 128.26º 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 #49F060 is Cyan = 0.70, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.06.

Color convert

RGB 73 240 96 -
CMYK 0.70 0 0.6 0.06
HSL 128.26º 0.85% 0.61% -
HSV(B) 128.26º 0.7% 0.94% -
XYZ 36.02 64.58 21.63 -
YUV 173.65 84.17 56.21 -
System Red Green Blue C M Y K H S L
Decimal 73 240 96 0.70 0 0.6 0.06 128.26 0.85 0.61
Hex 49 F0 60 46 0 3C 6 80 55 3D
Octal 111 360 140 106 0 74 6 200 125 75
Binary 1001001 11110000 1100000 1000110 0 111100 110 10000000 1010101 111101

Color Harmonies of #49F060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F060

Black with #49F060

Text Example


Text Example

White with #49F060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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