Html Css Color HEX #50E45E Screamin' Green

📋 copy color: '#50E45E'

red 80 ◦ green 228 ◦ blue 94

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

Shades of Screamin' Green #50E45E

Tints of Screamin' Green #50E45E

RGB

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

 GREEN value IS 228 (89.45% from 255) = 56.72%

 BLUE value IS 94 (37.11% from 255) = 23.38%

R = 19.9%
G = 56.72%
B = 23.38%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#50E45E (or 0x50E45E) is known color: Screamin' Green. HEX triplet: 50, E4 and 5E. RGB value is (80,228,94). Sum of RGB (Red+Green+Blue) = 80+228+94=402 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.90% from 402); Green value is 228 (89.45% from 255 or 56.72% from 402); Blue value is 94 (37.11% from 255 or 23.38% from 402); Max value from RGB is 228 - color contains mainly: green. Hex color #50E45E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50E45E is #AF1BA1. Grayscale: #A8A8A8. Windows color (decimal): -11475874 or 6218832. OLE color: 6218832.

HSL color Cylindrical-coordinate representation of color #50E45E: hue angle of 125.68º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E45E is Cyan = 0.65, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB 80 228 94 -
CMYK 0.65 0 0.59 0.11
HSL 125.68º 0.73% 0.6% -
HSV(B) 125.68º 0.65% 0.89% -
XYZ 33.07 58 20.04 -
YUV 168.47 85.97 64.9 -
System Red Green Blue C M Y K H S L
Decimal 80 228 94 0.65 0 0.59 0.11 125.68 0.73 0.6
Hex 50 E4 5E 41 0 3B B 7E 49 3C
Octal 120 344 136 101 0 73 13 176 111 74
Binary 1010000 11100100 1011110 1000001 0 111011 1011 1111110 1001001 111100

Color Harmonies of #50E45E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E45E

Black with #50E45E

Text Example


Text Example

White with #50E45E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,228,94); }

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

background-color css

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

 a { background-color: rgb(80,228,94); }

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

border-color css

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

 span { border-color: rgb(80,228,94); }

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