Html Css Color HEX #49F25F Screamin' Green

📋 copy color: '#49F25F'

red 73 ◦ green 242 ◦ blue 95

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

Shades of Screamin' Green #49F25F

Tints of Screamin' Green #49F25F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.17%

R = 17.8%
G = 59.02%
B = 23.17%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#49F25F (or 0x49F25F) is known color: Screamin' Green. HEX triplet: 49, F2 and 5F. RGB value is (73,242,95). Sum of RGB (Red+Green+Blue) = 73+242+95=410 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.80% from 410); Green value is 242 (94.92% from 255 or 59.02% from 410); Blue value is 95 (37.5% from 255 or 23.17% from 410); Max value from RGB is 242 - color contains mainly: green. Hex color #49F25F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49F25F is #B60DA0. Grayscale: #AFAFAF. Windows color (decimal): -11931041 or 6287945. OLE color: 6287945.

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

Color convert

RGB 73 242 95 -
CMYK 0.70 0 0.61 0.05
HSL 127.81º 0.87% 0.62% -
HSV(B) 127.81º 0.7% 0.95% -
XYZ 36.57 65.75 21.59 -
YUV 174.71 83.01 55.45 -
System Red Green Blue C M Y K H S L
Decimal 73 242 95 0.70 0 0.61 0.05 127.81 0.87 0.62
Hex 49 F2 5F 46 0 3D 5 80 57 3E
Octal 111 362 137 106 0 75 5 200 127 76
Binary 1001001 11110010 1011111 1000110 0 111101 101 10000000 1010111 111110

Color Harmonies of #49F25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F25F

Black with #49F25F

Text Example


Text Example

White with #49F25F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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