#5FDF8A

Color #5FDF8A Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #5FDF8A

Tints of Emerald #5FDF8A

Color information

#5FDF8A (or 0x5FDF8A) is unknown color: approx Emerald. HEX triplet: 5F, DF and 8A. RGB value is (95,223,138). Sum of RGB (Red+Green+Blue) = 95+223+138=456 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.83% from 456); Green value is 223 (87.5% from 255 or 48.90% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 223 - color contains mainly: green. Hex color #5FDF8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FDF8A is #A02075. Grayscale: #AFAFAF. Windows color (decimal): -10494070 or 9101151. OLE color: 9101151.

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

Color convert

RGB95223138-
CMYK0.5700.380.13
HSL140.16º66.67%62.35%-
HSV(B)140.16º57.4%87.45%-
XYZ35.6957.0433.17-
YUV175.04107.0970.91-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.83%
GREEN value IS 223 (87.5% from 255) = 48.90%
BLUE value IS 138 (54.30% from 255) = 30.26%
R=20.83%
G=48.90%
B=30.26%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal952231380.5700.380.13140.1666.6762.35
Hex5FDF8A39026D8c433e
Octal137337212710461521410376
Binary1011111110111111000101011100101001101101100011001000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FDF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,223,138); }

 H1.HeaderClassName
 {
   color: #5FDF8A;
 }
 .AnyTagClassName
 {
   color: #5FDF8A;
 }
</style>
background-color css

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

 a { background-color: rgb(95,223,138); }

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

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

 span { border-color: rgb(95,223,138); }

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