Html Css Color HEX #5FDD80 Emerald

📋 copy color: '#5FDD80'

red 95 ◦ green 221 ◦ blue 128

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

Shades of Emerald #5FDD80

Tints of Emerald #5FDD80

RGB

 RED value IS 95 (37.5% from 255) = 21.4%

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

 BLUE value IS 128 (50.39% from 255) = 28.83%

R = 21.4%
G = 49.77%
B = 28.83%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#5FDD80 (or 0x5FDD80) is known color: Emerald. HEX triplet: 5F, DD and 80. RGB value is (95,221,128). Sum of RGB (Red+Green+Blue) = 95+221+128=444 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.40% from 444); Green value is 221 (86.72% from 255 or 49.77% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 221 - color contains mainly: green. Hex color #5FDD80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FDD80 is #A0227F. Grayscale: #ACACAC. Windows color (decimal): -10494592 or 8445279. OLE color: 8445279.

HSL color Cylindrical-coordinate representation of color #5FDD80: hue angle of 135.71º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FDD80 is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 95 221 128 -
CMYK 0.57 0 0.42 0.13
HSL 135.71º 0.65% 0.62% -
HSV(B) 135.71º 0.57% 0.87% -
XYZ 34.47 55.7 29.36 -
YUV 172.72 102.76 72.56 -
System Red Green Blue C M Y K H S L
Decimal 95 221 128 0.57 0 0.42 0.13 135.71 0.65 0.62
Hex 5F DD 80 39 0 2A D 88 41 3E
Octal 137 335 200 71 0 52 15 210 101 76
Binary 1011111 11011101 10000000 111001 0 101010 1101 10001000 1000001 111110

Color Harmonies of #5FDD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FDD80

Black with #5FDD80

Text Example


Text Example

White with #5FDD80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,221,128); }

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

background-color css

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

 a { background-color: rgb(95,221,128); }

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

border-color css

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

 span { border-color: rgb(95,221,128); }

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