#5CD48A

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

Shades of Emerald #5CD48A

Tints of Emerald #5CD48A

Color information

#5CD48A (or 0x5CD48A) is unknown color: approx Emerald. HEX triplet: 5C, D4 and 8A. RGB value is (92,212,138). Sum of RGB (Red+Green+Blue) = 92+212+138=442 (58% of max value = 765). Red value is 92 (36.33% from 255 or 20.81% from 442); Green value is 212 (83.20% from 255 or 47.96% from 442); Blue value is 138 (54.30% from 255 or 31.22% from 442); Max value from RGB is 212 - color contains mainly: green. Hex color #5CD48A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CD48A is #A32B75. Grayscale: #A7A7A7. Windows color (decimal): -10693494 or 9098332. OLE color: 9098332.

HSL color Cylindrical-coordinate representation of color #5CD48A: hue angle of 143º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5CD48A is Cyan = 0.57, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB92212138-
CMYK0.5700.350.17
HSL143º58.25%59.61%-
HSV(B)143º56.6%83.14%-
XYZ32.5451.232.21-
YUV167.68111.2474.02-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 20.81%
GREEN value IS 212 (83.20% from 255) = 47.96%
BLUE value IS 138 (54.30% from 255) = 31.22%
R=20.81%
G=47.96%
B=31.22%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal922121380.5700.350.1714358.2559.61
Hex5CD48A39023118f3a3c
Octal13432421271043212177274
Binary1011100110101001000101011100101000111000110001111111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CD48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,212,138); }

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

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

 a { background-color: rgb(92,212,138); }

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

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

 span { border-color: rgb(92,212,138); }

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