Html Css Color HEX #50DF5D Screamin' Green

📋 copy color: '#50DF5D'

red 80 ◦ green 223 ◦ blue 93

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

Shades of Screamin' Green #50DF5D

Tints of Screamin' Green #50DF5D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 56.31%

 BLUE value IS 93 (36.72% from 255) = 23.48%

R = 20.2%
G = 56.31%
B = 23.48%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#50DF5D (or 0x50DF5D) is known color: Screamin' Green. HEX triplet: 50, DF and 5D. RGB value is (80,223,93). Sum of RGB (Red+Green+Blue) = 80+223+93=396 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.20% from 396); Green value is 223 (87.5% from 255 or 56.31% from 396); Blue value is 93 (36.72% from 255 or 23.48% from 396); Max value from RGB is 223 - color contains mainly: green. Hex color #50DF5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50DF5D is #AF20A2. Grayscale: #A5A5A5. Windows color (decimal): -11477155 or 6152016. OLE color: 6152016.

HSL color Cylindrical-coordinate representation of color #50DF5D: hue angle of 125.45º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50DF5D is Cyan = 0.64, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 223 93 -
CMYK 0.64 0 0.58 0.13
HSL 125.45º 0.69% 0.59% -
HSV(B) 125.45º 0.64% 0.87% -
XYZ 31.67 55.27 19.36 -
YUV 165.42 87.12 67.07 -
System Red Green Blue C M Y K H S L
Decimal 80 223 93 0.64 0 0.58 0.13 125.45 0.69 0.59
Hex 50 DF 5D 40 0 3A D 7D 45 3B
Octal 120 337 135 100 0 72 15 175 105 73
Binary 1010000 11011111 1011101 1000000 0 111010 1101 1111101 1000101 111011

Color Harmonies of #50DF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DF5D

Black with #50DF5D

Text Example


Text Example

White with #50DF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,223,93); }

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

background-color css

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

 a { background-color: rgb(80,223,93); }

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

border-color css

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

 span { border-color: rgb(80,223,93); }

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