Html Css Color HEX #5EDD50 Screamin' Green

📋 copy color: '#5EDD50'

red 94 ◦ green 221 ◦ blue 80

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

Shades of Screamin' Green #5EDD50

Tints of Screamin' Green #5EDD50

RGB

 RED value IS 94 (37.11% from 255) = 23.8%

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

 BLUE value IS 80 (31.64% from 255) = 20.25%

R = 23.8%
G = 55.95%
B = 20.25%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#5EDD50 (or 0x5EDD50) is known color: Screamin' Green. HEX triplet: 5E, DD and 50. RGB value is (94,221,80). Sum of RGB (Red+Green+Blue) = 94+221+80=395 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.80% from 395); Green value is 221 (86.72% from 255 or 55.95% from 395); Blue value is 80 (31.64% from 255 or 20.25% from 395); Max value from RGB is 221 - color contains mainly: green. Hex color #5EDD50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EDD50 is #A122AF. Grayscale: #A7A7A7. Windows color (decimal): -10560176 or 5299550. OLE color: 5299550.

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

Color convert

RGB 94 221 80 -
CMYK 0.57 0 0.64 0.13
HSL 114.04º 0.67% 0.59% -
HSV(B) 114.04º 0.64% 0.87% -
XYZ 31.92 54.67 16.46 -
YUV 166.95 78.92 75.96 -
System Red Green Blue C M Y K H S L
Decimal 94 221 80 0.57 0 0.64 0.13 114.04 0.67 0.59
Hex 5E DD 50 39 0 40 D 72 43 3B
Octal 136 335 120 71 0 100 15 162 103 73
Binary 1011110 11011101 1010000 111001 0 1000000 1101 1110010 1000011 111011

Color Harmonies of #5EDD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EDD50

Black with #5EDD50

Text Example


Text Example

White with #5EDD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5EDD50; }

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

 H1.HeaderClassName
 {
   color: #5EDD50;
 }
 .AnyTagClassName
 {
   color: #5EDD50;
 }
</style>

background-color css

<style>
 a { background-color: #5EDD50; }

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

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

border-color css

<style>
 span { border-color: #5EDD50; }

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

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