#5FEB8A

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

Shades of Emerald #5FEB8A

Tints of Emerald #5FEB8A

Color information

#5FEB8A (or 0x5FEB8A) is unknown color: approx Emerald. HEX triplet: 5F, EB and 8A. RGB value is (95,235,138). Sum of RGB (Red+Green+Blue) = 95+235+138=468 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.30% from 468); Green value is 235 (92.19% from 255 or 50.21% from 468); Blue value is 138 (54.30% from 255 or 29.49% from 468); Max value from RGB is 235 - color contains mainly: green. Hex color #5FEB8A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FEB8A is #A01475. Grayscale: #B6B6B6. Windows color (decimal): -10490998 or 9104223. OLE color: 9104223.

HSL color Cylindrical-coordinate representation of color #5FEB8A: hue angle of 138.43º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FEB8A is Cyan = 0.60, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB95235138-
CMYK0.6000.410.08
HSL138.43º77.78%64.71%-
HSV(B)138.43º59.57%92.16%-
XYZ39.0263.6834.28-
YUV182.08103.1265.89-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.30%
GREEN value IS 235 (92.19% from 255) = 50.21%
BLUE value IS 138 (54.30% from 255) = 29.49%
R=20.30%
G=50.21%
B=29.49%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal952351380.6000.410.08138.4377.7864.71
Hex5FEB8A3C02988a4e41
Octal1373532127405110212116101
Binary10111111110101110001010111100010100110001000101010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FEB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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