Html Css Color HEX #50E45A Screamin' Green

📋 copy color: '#50E45A'

red 80 ◦ green 228 ◦ blue 90

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

Shades of Screamin' Green #50E45A

Tints of Screamin' Green #50E45A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.61%

R = 20.1%
G = 57.29%
B = 22.61%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.61

 K value IS 0.11

RGB Variations

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

Color information

#50E45A (or 0x50E45A) is known color: Screamin' Green. HEX triplet: 50, E4 and 5A. RGB value is (80,228,90). Sum of RGB (Red+Green+Blue) = 80+228+90=398 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.10% from 398); Green value is 228 (89.45% from 255 or 57.29% from 398); Blue value is 90 (35.55% from 255 or 22.61% from 398); Max value from RGB is 228 - color contains mainly: green. Hex color #50E45A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50E45A is #AF1BA5. Grayscale: #A8A8A8. Windows color (decimal): -11475878 or 5956688. OLE color: 5956688.

HSL color Cylindrical-coordinate representation of color #50E45A: hue angle of 124.05º 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 #50E45A is Cyan = 0.65, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.

Color convert

RGB 80 228 90 -
CMYK 0.65 0 0.61 0.11
HSL 124.05º 0.73% 0.6% -
HSV(B) 124.05º 0.65% 0.89% -
XYZ 32.9 57.93 19.12 -
YUV 168.02 83.97 65.22 -
System Red Green Blue C M Y K H S L
Decimal 80 228 90 0.65 0 0.61 0.11 124.05 0.73 0.6
Hex 50 E4 5A 41 0 3D B 7C 49 3C
Octal 120 344 132 101 0 75 13 174 111 74
Binary 1010000 11100100 1011010 1000001 0 111101 1011 1111100 1001001 111100

Color Harmonies of #50E45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E45A

Black with #50E45A

Text Example


Text Example

White with #50E45A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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