Html Css Color HEX #49F262 Screamin' Green

📋 copy color: '#49F262'

red 73 ◦ green 242 ◦ blue 98

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

Shades of Screamin' Green #49F262

Tints of Screamin' Green #49F262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 23.73%

R = 17.68%
G = 58.6%
B = 23.73%

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

#49F262 (or 0x49F262) is known color: Screamin' Green. HEX triplet: 49, F2 and 62. RGB value is (73,242,98). Sum of RGB (Red+Green+Blue) = 73+242+98=413 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.68% from 413); Green value is 242 (94.92% from 255 or 58.60% from 413); Blue value is 98 (38.67% from 255 or 23.73% from 413); Max value from RGB is 242 - color contains mainly: green. Hex color #49F262 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49F262 is #B60D9D. Grayscale: #AFAFAF. Windows color (decimal): -11931038 or 6484553. OLE color: 6484553.

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

Color convert

RGB 73 242 98 -
CMYK 0.70 0 0.60 0.05
HSL 128.88º 0.87% 0.62% -
HSV(B) 128.88º 0.7% 0.95% -
XYZ 36.7 65.8 22.32 -
YUV 175.05 84.51 55.21 -
System Red Green Blue C M Y K H S L
Decimal 73 242 98 0.70 0 0.60 0.05 128.88 0.87 0.62
Hex 49 F2 62 46 0 3C 5 81 57 3E
Octal 111 362 142 106 0 74 5 201 127 76
Binary 1001001 11110010 1100010 1000110 0 111100 101 10000001 1010111 111110

Color Harmonies of #49F262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F262

Black with #49F262

Text Example


Text Example

White with #49F262

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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