Html Css Color HEX #50FF53 Screamin' Green

📋 copy color: '#50FF53'

red 80 ◦ green 255 ◦ blue 83

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

Shades of Screamin' Green #50FF53

Tints of Screamin' Green #50FF53

RGB

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

 GREEN value IS 255 (100% from 255) = 61%

 BLUE value IS 83 (32.81% from 255) = 19.86%

R = 19.14%
G = 61%
B = 19.86%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.67

 K value IS 0

RGB Variations

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

Color information

#50FF53 (or 0x50FF53) is known color: Screamin' Green. HEX triplet: 50, FF and 53. RGB value is (80,255,83). Sum of RGB (Red+Green+Blue) = 80+255+83=418 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.14% from 418); Green value is 255 (100% from 255 or 61.00% from 418); Blue value is 83 (32.81% from 255 or 19.86% from 418); Max value from RGB is 255 - color contains mainly: green. Hex color #50FF53 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50FF53 is #AF00AC. Grayscale: #B7B7B7. Windows color (decimal): -11468973 or 5504848. OLE color: 5504848.

HSL color Cylindrical-coordinate representation of color #50FF53: hue angle of 121.03º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50FF53 is Cyan = 0.69, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.

Color convert

RGB 80 255 83 -
CMYK 0.69 0 0.67 0
HSL 121.03º 1% 0.66% -
HSV(B) 121.03º 0.69% 1% -
XYZ 40.63 73.85 20.3 -
YUV 183.07 71.52 54.49 -
System Red Green Blue C M Y K H S L
Decimal 80 255 83 0.69 0 0.67 0 121.03 1 0.66
Hex 50 FF 53 45 0 43 0 79 64 42
Octal 120 377 123 105 0 103 0 171 144 102
Binary 1010000 11111111 1010011 1000101 0 1000011 0 1111001 1100100 1000010

Color Harmonies of #50FF53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FF53

Black with #50FF53

Text Example


Text Example

White with #50FF53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,255,83); }

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

background-color css

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

 a { background-color: rgb(80,255,83); }

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

border-color css

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

 span { border-color: rgb(80,255,83); }

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