Html Css Color HEX #50DF5A Screamin' Green

📋 copy color: '#50DF5A'

red 80 ◦ green 223 ◦ blue 90

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

Shades of Screamin' Green #50DF5A

Tints of Screamin' Green #50DF5A

RGB

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

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

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

R = 20.36%
G = 56.74%
B = 22.9%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#50DF5A (or 0x50DF5A) is known color: Screamin' Green. HEX triplet: 50, DF and 5A. RGB value is (80,223,90). Sum of RGB (Red+Green+Blue) = 80+223+90=393 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.36% from 393); Green value is 223 (87.5% from 255 or 56.74% from 393); Blue value is 90 (35.55% from 255 or 22.90% from 393); Max value from RGB is 223 - color contains mainly: green. Hex color #50DF5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50DF5A is #AF20A5. Grayscale: #A5A5A5. Windows color (decimal): -11477158 or 5955408. OLE color: 5955408.

HSL color Cylindrical-coordinate representation of color #50DF5A: hue angle of 124.2º 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 #50DF5A is Cyan = 0.64, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 223 90 -
CMYK 0.64 0 0.60 0.13
HSL 124.2º 0.69% 0.59% -
HSV(B) 124.2º 0.64% 0.87% -
XYZ 31.54 55.22 18.67 -
YUV 165.08 85.62 67.31 -
System Red Green Blue C M Y K H S L
Decimal 80 223 90 0.64 0 0.60 0.13 124.2 0.69 0.59
Hex 50 DF 5A 40 0 3C D 7C 45 3B
Octal 120 337 132 100 0 74 15 174 105 73
Binary 1010000 11011111 1011010 1000000 0 111100 1101 1111100 1000101 111011

Color Harmonies of #50DF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DF5A

Black with #50DF5A

Text Example


Text Example

White with #50DF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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