Html Css Color HEX #5FDD8C Emerald

📋 copy color: '#5FDD8C'

red 95 ◦ green 221 ◦ blue 140

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

Shades of Emerald #5FDD8C

Tints of Emerald #5FDD8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.7%

R = 20.83%
G = 48.46%
B = 30.7%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#5FDD8C (or 0x5FDD8C) is known color: Emerald. HEX triplet: 5F, DD and 8C. RGB value is (95,221,140). Sum of RGB (Red+Green+Blue) = 95+221+140=456 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.83% from 456); Green value is 221 (86.72% from 255 or 48.46% from 456); Blue value is 140 (55.08% from 255 or 30.70% from 456); Max value from RGB is 221 - color contains mainly: green. Hex color #5FDD8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FDD8C is #A02273. Grayscale: #AEAEAE. Windows color (decimal): -10494580 or 9231711. OLE color: 9231711.

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

Color convert

RGB 95 221 140 -
CMYK 0.57 0 0.37 0.13
HSL 141.43º 0.65% 0.62% -
HSV(B) 141.43º 0.57% 0.87% -
XYZ 35.31 56.04 33.77 -
YUV 174.09 108.76 71.59 -
System Red Green Blue C M Y K H S L
Decimal 95 221 140 0.57 0 0.37 0.13 141.43 0.65 0.62
Hex 5F DD 8C 39 0 25 D 8D 41 3E
Octal 137 335 214 71 0 45 15 215 101 76
Binary 1011111 11011101 10001100 111001 0 100101 1101 10001101 1000001 111110

Color Harmonies of #5FDD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FDD8C

Black with #5FDD8C

Text Example


Text Example

White with #5FDD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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