Html Css Color HEX #50E461 Screamin' Green

📋 copy color: '#50E461'

red 80 ◦ green 228 ◦ blue 97

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

Shades of Screamin' Green #50E461

Tints of Screamin' Green #50E461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.95%

R = 19.75%
G = 56.3%
B = 23.95%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.57

 K value IS 0.11

RGB Variations

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

Color information

#50E461 (or 0x50E461) is known color: Screamin' Green. HEX triplet: 50, E4 and 61. RGB value is (80,228,97). Sum of RGB (Red+Green+Blue) = 80+228+97=405 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.75% from 405); Green value is 228 (89.45% from 255 or 56.30% from 405); Blue value is 97 (38.28% from 255 or 23.95% from 405); Max value from RGB is 228 - color contains mainly: green. Hex color #50E461 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50E461 is #AF1B9E. Grayscale: #A9A9A9. Windows color (decimal): -11475871 or 6415440. OLE color: 6415440.

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

Color convert

RGB 80 228 97 -
CMYK 0.65 0 0.57 0.11
HSL 126.89º 0.73% 0.6% -
HSV(B) 126.89º 0.65% 0.89% -
XYZ 33.21 58.06 20.76 -
YUV 168.81 87.47 64.65 -
System Red Green Blue C M Y K H S L
Decimal 80 228 97 0.65 0 0.57 0.11 126.89 0.73 0.6
Hex 50 E4 61 41 0 39 B 7F 49 3C
Octal 120 344 141 101 0 71 13 177 111 74
Binary 1010000 11100100 1100001 1000001 0 111001 1011 1111111 1001001 111100

Color Harmonies of #50E461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E461

Black with #50E461

Text Example


Text Example

White with #50E461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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