#5fe08d

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

Shades of Emerald #5FE08D

Tints of Emerald #5FE08D

Color information

#5FE08D (or 0x5FE08D) is unknown color: approx Emerald. HEX triplet: 5F, E0 and 8D. RGB value is (95,224,141). Sum of RGB (Red+Green+Blue) = 95+224+141=460 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.65% from 460); Green value is 224 (87.89% from 255 or 48.70% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 224 - color contains mainly: green. Hex color #5FE08D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FE08D is #A01F72. Grayscale: #B0B0B0. Windows color (decimal): -10493811 or 9298015. OLE color: 9298015.

HSL color Cylindrical-coordinate representation of color #5FE08D: hue angle of 141.4º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5FE08D is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB95224141-
CMYK0.5800.370.12
HSL141.4º67.54%62.55%-
HSV(B)141.4º57.59%87.84%-
XYZ36.1857.6734.42-
YUV175.97108.2670.25-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.65%
GREEN value IS 224 (87.89% from 255) = 48.70%
BLUE value IS 141 (55.47% from 255) = 30.65%
R=20.65%
G=48.70%
B=30.65%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal952241410.5800.370.12141.467.5462.55
Hex5FE08D3A025C8d443f
Octal137340215720451421510477
Binary1011111111000001000110111101001001011100100011011000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5fe08d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,224,141); }

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

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

 a { background-color: rgb(95,224,141); }

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

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

 span { border-color: rgb(95,224,141); }

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