Html Css Color HEX #50DF54 Screamin' Green

📋 copy color: '#50DF54'

red 80 ◦ green 223 ◦ blue 84

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

Shades of Screamin' Green #50DF54

Tints of Screamin' Green #50DF54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 21.71%

R = 20.67%
G = 57.62%
B = 21.71%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#50DF54 (or 0x50DF54) is known color: Screamin' Green. HEX triplet: 50, DF and 54. RGB value is (80,223,84). Sum of RGB (Red+Green+Blue) = 80+223+84=387 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.67% from 387); Green value is 223 (87.5% from 255 or 57.62% from 387); Blue value is 84 (33.20% from 255 or 21.71% from 387); Max value from RGB is 223 - color contains mainly: green. Hex color #50DF54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50DF54 is #AF20AB. Grayscale: #A4A4A4. Windows color (decimal): -11477164 or 5562192. OLE color: 5562192.

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

Color convert

RGB 80 223 84 -
CMYK 0.64 0 0.62 0.13
HSL 121.68º 0.69% 0.59% -
HSV(B) 121.68º 0.64% 0.87% -
XYZ 31.3 55.12 17.38 -
YUV 164.4 82.62 67.8 -
System Red Green Blue C M Y K H S L
Decimal 80 223 84 0.64 0 0.62 0.13 121.68 0.69 0.59
Hex 50 DF 54 40 0 3E D 7A 45 3B
Octal 120 337 124 100 0 76 15 172 105 73
Binary 1010000 11011111 1010100 1000000 0 111110 1101 1111010 1000101 111011

Color Harmonies of #50DF54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DF54

Black with #50DF54

Text Example


Text Example

White with #50DF54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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