Html Css Color HEX #49F255 Screamin' Green

📋 copy color: '#49F255'

red 73 ◦ green 242 ◦ blue 85

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

Shades of Screamin' Green #49F255

Tints of Screamin' Green #49F255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.25%

R = 18.25%
G = 60.5%
B = 21.25%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#49F255 (or 0x49F255) is known color: Screamin' Green. HEX triplet: 49, F2 and 55. RGB value is (73,242,85). Sum of RGB (Red+Green+Blue) = 73+242+85=400 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.25% from 400); Green value is 242 (94.92% from 255 or 60.5% from 400); Blue value is 85 (33.59% from 255 or 21.25% from 400); Max value from RGB is 242 - color contains mainly: green. Hex color #49F255 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49F255 is #B60DAA. Grayscale: #AEAEAE. Windows color (decimal): -11931051 or 5632585. OLE color: 5632585.

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

Color convert

RGB 73 242 85 -
CMYK 0.70 0 0.65 0.05
HSL 124.26º 0.87% 0.62% -
HSV(B) 124.26º 0.7% 0.95% -
XYZ 36.14 65.58 19.35 -
YUV 173.57 78.01 56.27 -
System Red Green Blue C M Y K H S L
Decimal 73 242 85 0.70 0 0.65 0.05 124.26 0.87 0.62
Hex 49 F2 55 46 0 41 5 7C 57 3E
Octal 111 362 125 106 0 101 5 174 127 76
Binary 1001001 11110010 1010101 1000110 0 1000001 101 1111100 1010111 111110

Color Harmonies of #49F255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F255

Black with #49F255

Text Example


Text Example

White with #49F255

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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