Html Css Color HEX #49FB70 Screamin' Green

📋 copy color: '#49FB70'

red 73 ◦ green 251 ◦ blue 112

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

Shades of Screamin' Green #49FB70

Tints of Screamin' Green #49FB70

RGB

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

 GREEN value IS 251 (98.44% from 255) = 57.57%

 BLUE value IS 112 (44.14% from 255) = 25.69%

R = 16.74%
G = 57.57%
B = 25.69%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#49FB70 (or 0x49FB70) is known color: Screamin' Green. HEX triplet: 49, FB and 70. RGB value is (73,251,112). Sum of RGB (Red+Green+Blue) = 73+251+112=436 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.74% from 436); Green value is 251 (98.44% from 255 or 57.57% from 436); Blue value is 112 (44.14% from 255 or 25.69% from 436); Max value from RGB is 251 - color contains mainly: green. Hex color #49FB70 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49FB70 is #B6048F. Grayscale: #B6B6B6. Windows color (decimal): -11928720 or 7404361. OLE color: 7404361.

HSL color Cylindrical-coordinate representation of color #49FB70: hue angle of 133.15º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FB70 is Cyan = 0.71, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 73 251 112 -
CMYK 0.71 0 0.55 0.02
HSL 133.15º 0.96% 0.64% -
HSV(B) 133.15º 0.71% 0.98% -
XYZ 40.17 71.58 27.03 -
YUV 181.93 88.53 50.3 -
System Red Green Blue C M Y K H S L
Decimal 73 251 112 0.71 0 0.55 0.02 133.15 0.96 0.64
Hex 49 FB 70 47 0 37 2 85 60 40
Octal 111 373 160 107 0 67 2 205 140 100
Binary 1001001 11111011 1110000 1000111 0 110111 10 10000101 1100000 1000000

Color Harmonies of #49FB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FB70

Black with #49FB70

Text Example


Text Example

White with #49FB70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,251,112); }

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

background-color css

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

 a { background-color: rgb(73,251,112); }

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

border-color css

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

 span { border-color: rgb(73,251,112); }

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