Html Css Color HEX #50F472 Screamin' Green

📋 copy color: '#50F472'

red 80 ◦ green 244 ◦ blue 114

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

Shades of Screamin' Green #50F472

Tints of Screamin' Green #50F472

RGB

 RED value IS 80 (31.64% from 255) = 18.26%

 GREEN value IS 244 (95.7% from 255) = 55.71%

 BLUE value IS 114 (44.92% from 255) = 26.03%

R = 18.26%
G = 55.71%
B = 26.03%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#50F472 (or 0x50F472) is known color: Screamin' Green. HEX triplet: 50, F4 and 72. RGB value is (80,244,114). Sum of RGB (Red+Green+Blue) = 80+244+114=438 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.26% from 438); Green value is 244 (95.70% from 255 or 55.71% from 438); Blue value is 114 (44.92% from 255 or 26.03% from 438); Max value from RGB is 244 - color contains mainly: green. Hex color #50F472 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50F472 is #AF0B8D. Grayscale: #B4B4B4. Windows color (decimal): -11471758 or 7533648. OLE color: 7533648.

HSL color Cylindrical-coordinate representation of color #50F472: hue angle of 132.44º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F472 is Cyan = 0.67, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB 80 244 114 -
CMYK 0.67 0 0.53 0.04
HSL 132.44º 0.88% 0.64% -
HSV(B) 132.44º 0.67% 0.96% -
XYZ 38.7 67.62 26.93 -
YUV 180.14 90.67 56.57 -
System Red Green Blue C M Y K H S L
Decimal 80 244 114 0.67 0 0.53 0.04 132.44 0.88 0.64
Hex 50 F4 72 43 0 35 4 84 58 40
Octal 120 364 162 103 0 65 4 204 130 100
Binary 1010000 11110100 1110010 1000011 0 110101 100 10000100 1011000 1000000

Color Harmonies of #50F472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F472

Black with #50F472

Text Example


Text Example

White with #50F472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50F472; }

 p { color: rgb(80,244,114); }

 H1.HeaderClassName
 {
   color: #50F472;
 }
 .AnyTagClassName
 {
   color: #50F472;
 }
</style>

background-color css

<style>
 a { background-color: #50F472; }

 a { background-color: rgb(80,244,114); }

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

border-color css

<style>
 span { border-color: #50F472; }

 span { border-color: rgb(80,244,114); }

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