Html Css Color HEX #49F350 Screamin' Green

📋 copy color: '#49F350'

red 73 ◦ green 243 ◦ blue 80

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

Shades of Screamin' Green #49F350

Tints of Screamin' Green #49F350

RGB

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

 GREEN value IS 243 (95.31% from 255) = 61.36%

 BLUE value IS 80 (31.64% from 255) = 20.2%

R = 18.43%
G = 61.36%
B = 20.2%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#49F350 (or 0x49F350) is known color: Screamin' Green. HEX triplet: 49, F3 and 50. RGB value is (73,243,80). Sum of RGB (Red+Green+Blue) = 73+243+80=396 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.43% from 396); Green value is 243 (95.31% from 255 or 61.36% from 396); Blue value is 80 (31.64% from 255 or 20.20% from 396); Max value from RGB is 243 - color contains mainly: green. Hex color #49F350 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49F350 is #B60CAF. Grayscale: #AEAEAE. Windows color (decimal): -11930800 or 5305161. OLE color: 5305161.

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

Color convert

RGB 73 243 80 -
CMYK 0.70 0 0.67 0.05
HSL 122.47º 0.88% 0.62% -
HSV(B) 122.47º 0.7% 0.95% -
XYZ 36.25 66.1 18.44 -
YUV 173.59 75.18 56.25 -
System Red Green Blue C M Y K H S L
Decimal 73 243 80 0.70 0 0.67 0.05 122.47 0.88 0.62
Hex 49 F3 50 46 0 43 5 7A 58 3E
Octal 111 363 120 106 0 103 5 172 130 76
Binary 1001001 11110011 1010000 1000110 0 1000011 101 1111010 1011000 111110

Color Harmonies of #49F350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F350

Black with #49F350

Text Example


Text Example

White with #49F350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,243,80); }

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

background-color css

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

 a { background-color: rgb(73,243,80); }

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

border-color css

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

 span { border-color: rgb(73,243,80); }

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