Html Css Color HEX #5FDC8C Emerald

📋 copy color: '#5FDC8C'

red 95 ◦ green 220 ◦ blue 140

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

Shades of Emerald #5FDC8C

Tints of Emerald #5FDC8C

RGB

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

 GREEN value IS 220 (86.33% from 255) = 48.35%

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

R = 20.88%
G = 48.35%
B = 30.77%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#5FDC8C (or 0x5FDC8C) is known color: Emerald. HEX triplet: 5F, DC and 8C. RGB value is (95,220,140). Sum of RGB (Red+Green+Blue) = 95+220+140=455 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.88% from 455); Green value is 220 (86.33% from 255 or 48.35% from 455); Blue value is 140 (55.08% from 255 or 30.77% from 455); Max value from RGB is 220 - color contains mainly: green. Hex color #5FDC8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FDC8C is #A02373. Grayscale: #ADADAD. Windows color (decimal): -10494836 or 9231455. OLE color: 9231455.

HSL color Cylindrical-coordinate representation of color #5FDC8C: hue angle of 141.6º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FDC8C is Cyan = 0.57, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 95 220 140 -
CMYK 0.57 0 0.36 0.14
HSL 141.6º 0.64% 0.62% -
HSV(B) 141.6º 0.57% 0.86% -
XYZ 35.05 55.51 33.68 -
YUV 173.51 109.09 72 -
System Red Green Blue C M Y K H S L
Decimal 95 220 140 0.57 0 0.36 0.14 141.6 0.64 0.62
Hex 5F DC 8C 39 0 24 E 8E 40 3E
Octal 137 334 214 71 0 44 16 216 100 76
Binary 1011111 11011100 10001100 111001 0 100100 1110 10001110 1000000 111110

Color Harmonies of #5FDC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FDC8C

Black with #5FDC8C

Text Example


Text Example

White with #5FDC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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