Html Css Color HEX #49F261 Screamin' Green

📋 copy color: '#49F261'

red 73 ◦ green 242 ◦ blue 97

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

Shades of Screamin' Green #49F261

Tints of Screamin' Green #49F261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.54%

R = 17.72%
G = 58.74%
B = 23.54%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#49F261 (or 0x49F261) is known color: Screamin' Green. HEX triplet: 49, F2 and 61. RGB value is (73,242,97). Sum of RGB (Red+Green+Blue) = 73+242+97=412 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.72% from 412); Green value is 242 (94.92% from 255 or 58.74% from 412); Blue value is 97 (38.28% from 255 or 23.54% from 412); Max value from RGB is 242 - color contains mainly: green. Hex color #49F261 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49F261 is #B60D9E. Grayscale: #AFAFAF. Windows color (decimal): -11931039 or 6419017. OLE color: 6419017.

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

Color convert

RGB 73 242 97 -
CMYK 0.70 0 0.60 0.05
HSL 128.52º 0.87% 0.62% -
HSV(B) 128.52º 0.7% 0.95% -
XYZ 36.66 65.78 22.07 -
YUV 174.94 84.01 55.29 -
System Red Green Blue C M Y K H S L
Decimal 73 242 97 0.70 0 0.60 0.05 128.52 0.87 0.62
Hex 49 F2 61 46 0 3C 5 81 57 3E
Octal 111 362 141 106 0 74 5 201 127 76
Binary 1001001 11110010 1100001 1000110 0 111100 101 10000001 1010111 111110

Color Harmonies of #49F261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F261

Black with #49F261

Text Example


Text Example

White with #49F261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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