Html Css Color HEX #49F275 Screamin' Green

📋 copy color: '#49F275'

red 73 ◦ green 242 ◦ blue 117

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

Shades of Screamin' Green #49F275

Tints of Screamin' Green #49F275

RGB

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

 GREEN value IS 242 (94.92% from 255) = 56.02%

 BLUE value IS 117 (46.09% from 255) = 27.08%

R = 16.9%
G = 56.02%
B = 27.08%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#49F275 (or 0x49F275) is known color: Screamin' Green. HEX triplet: 49, F2 and 75. RGB value is (73,242,117). Sum of RGB (Red+Green+Blue) = 73+242+117=432 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.90% from 432); Green value is 242 (94.92% from 255 or 56.02% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 242 - color contains mainly: green. Hex color #49F275 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49F275 is #B60D8A. Grayscale: #B1B1B1. Windows color (decimal): -11931019 or 7729737. OLE color: 7729737.

HSL color Cylindrical-coordinate representation of color #49F275: hue angle of 135.62º degrees, saturation: 0.87, 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 #49F275 is Cyan = 0.70, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 73 242 117 -
CMYK 0.70 0 0.52 0.05
HSL 135.62º 0.87% 0.62% -
HSV(B) 135.62º 0.7% 0.95% -
XYZ 37.71 66.21 27.62 -
YUV 177.22 94.01 53.66 -
System Red Green Blue C M Y K H S L
Decimal 73 242 117 0.70 0 0.52 0.05 135.62 0.87 0.62
Hex 49 F2 75 46 0 34 5 88 57 3E
Octal 111 362 165 106 0 64 5 210 127 76
Binary 1001001 11110010 1110101 1000110 0 110100 101 10001000 1010111 111110

Color Harmonies of #49F275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F275

Black with #49F275

Text Example


Text Example

White with #49F275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,242,117); }

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

background-color css

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

 a { background-color: rgb(73,242,117); }

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

border-color css

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

 span { border-color: rgb(73,242,117); }

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