Html Css Color HEX #49F952 Screamin' Green

📋 copy color: '#49F952'

red 73 ◦ green 249 ◦ blue 82

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

Shades of Screamin' Green #49F952

Tints of Screamin' Green #49F952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.3%

R = 18.07%
G = 61.63%
B = 20.3%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#49F952 (or 0x49F952) is known color: Screamin' Green. HEX triplet: 49, F9 and 52. RGB value is (73,249,82). Sum of RGB (Red+Green+Blue) = 73+249+82=404 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.07% from 404); Green value is 249 (97.66% from 255 or 61.63% from 404); Blue value is 82 (32.42% from 255 or 20.30% from 404); Max value from RGB is 249 - color contains mainly: green. Hex color #49F952 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49F952 is #B606AD. Grayscale: #B1B1B1. Windows color (decimal): -11929262 or 5437769. OLE color: 5437769.

HSL color Cylindrical-coordinate representation of color #49F952: hue angle of 123.07º 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 #49F952 is Cyan = 0.71, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB 73 249 82 -
CMYK 0.71 0 0.67 0.02
HSL 123.07º 0.94% 0.63% -
HSV(B) 123.07º 0.71% 0.98% -
XYZ 38.15 69.78 19.44 -
YUV 177.34 74.19 53.58 -
System Red Green Blue C M Y K H S L
Decimal 73 249 82 0.71 0 0.67 0.02 123.07 0.94 0.63
Hex 49 F9 52 47 0 43 2 7B 5E 3F
Octal 111 371 122 107 0 103 2 173 136 77
Binary 1001001 11111001 1010010 1000111 0 1000011 10 1111011 1011110 111111

Color Harmonies of #49F952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F952

Black with #49F952

Text Example


Text Example

White with #49F952

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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