Html Css Color HEX #49F982 Screamin' Green

📋 copy color: '#49F982'

red 73 ◦ green 249 ◦ blue 130

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

Shades of Screamin' Green #49F982

Tints of Screamin' Green #49F982

RGB

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

 GREEN value IS 249 (97.66% from 255) = 55.09%

 BLUE value IS 130 (51.17% from 255) = 28.76%

R = 16.15%
G = 55.09%
B = 28.76%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#49F982 (or 0x49F982) is known color: Screamin' Green. HEX triplet: 49, F9 and 82. RGB value is (73,249,130). Sum of RGB (Red+Green+Blue) = 73+249+130=452 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.15% from 452); Green value is 249 (97.66% from 255 or 55.09% from 452); Blue value is 130 (51.17% from 255 or 28.76% from 452); Max value from RGB is 249 - color contains mainly: green. Hex color #49F982 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49F982 is #B6067D. Grayscale: #B7B7B7. Windows color (decimal): -11929214 or 8583497. OLE color: 8583497.

HSL color Cylindrical-coordinate representation of color #49F982: hue angle of 139.43º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49F982 is Cyan = 0.71, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB 73 249 130 -
CMYK 0.71 0 0.48 0.02
HSL 139.43º 0.94% 0.63% -
HSV(B) 139.43º 0.71% 0.98% -
XYZ 40.65 70.78 32.64 -
YUV 182.81 98.19 49.68 -
System Red Green Blue C M Y K H S L
Decimal 73 249 130 0.71 0 0.48 0.02 139.43 0.94 0.63
Hex 49 F9 82 47 0 30 2 8B 5E 3F
Octal 111 371 202 107 0 60 2 213 136 77
Binary 1001001 11111001 10000010 1000111 0 110000 10 10001011 1011110 111111

Color Harmonies of #49F982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F982

Black with #49F982

Text Example


Text Example

White with #49F982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,249,130); }

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

background-color css

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

 a { background-color: rgb(73,249,130); }

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

border-color css

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

 span { border-color: rgb(73,249,130); }

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