Html Css Color HEX #50DD52 Screamin' Green

📋 copy color: '#50DD52'

red 80 ◦ green 221 ◦ blue 82

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

Shades of Screamin' Green #50DD52

Tints of Screamin' Green #50DD52

RGB

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

 GREEN value IS 221 (86.72% from 255) = 57.7%

 BLUE value IS 82 (32.42% from 255) = 21.41%

R = 20.89%
G = 57.7%
B = 21.41%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#50DD52 (or 0x50DD52) is known color: Screamin' Green. HEX triplet: 50, DD and 52. RGB value is (80,221,82). Sum of RGB (Red+Green+Blue) = 80+221+82=383 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.89% from 383); Green value is 221 (86.72% from 255 or 57.70% from 383); Blue value is 82 (32.42% from 255 or 21.41% from 383); Max value from RGB is 221 - color contains mainly: green. Hex color #50DD52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50DD52 is #AF22AD. Grayscale: #A3A3A3. Windows color (decimal): -11477678 or 5430608. OLE color: 5430608.

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

Color convert

RGB 80 221 82 -
CMYK 0.64 0 0.63 0.13
HSL 120.85º 0.67% 0.59% -
HSV(B) 120.85º 0.64% 0.87% -
XYZ 30.69 54.03 16.79 -
YUV 163 82.29 68.8 -
System Red Green Blue C M Y K H S L
Decimal 80 221 82 0.64 0 0.63 0.13 120.85 0.67 0.59
Hex 50 DD 52 40 0 3F D 79 43 3B
Octal 120 335 122 100 0 77 15 171 103 73
Binary 1010000 11011101 1010010 1000000 0 111111 1101 1111001 1000011 111011

Color Harmonies of #50DD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DD52

Black with #50DD52

Text Example


Text Example

White with #50DD52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,221,82); }

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

background-color css

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

 a { background-color: rgb(80,221,82); }

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

border-color css

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

 span { border-color: rgb(80,221,82); }

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