#5CD082

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

Shades of Emerald #5CD082

Tints of Emerald #5CD082

Color information

#5CD082 (or 0x5CD082) is unknown color: approx Emerald. HEX triplet: 5C, D0 and 82. RGB value is (92,208,130). Sum of RGB (Red+Green+Blue) = 92+208+130=430 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.40% from 430); Green value is 208 (81.64% from 255 or 48.37% from 430); Blue value is 130 (51.17% from 255 or 30.23% from 430); Max value from RGB is 208 - color contains mainly: green. Hex color #5CD082 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CD082 is #A32F7D. Grayscale: #A4A4A4. Windows color (decimal): -10694526 or 8573020. OLE color: 8573020.

HSL color Cylindrical-coordinate representation of color #5CD082: hue angle of 139.66º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5CD082 is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB92208130-
CMYK0.5600.380.18
HSL139.66º55.24%58.82%-
HSV(B)139.66º55.77%81.57%-
XYZ314928.94-
YUV164.42108.5776.34-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.40%
GREEN value IS 208 (81.64% from 255) = 48.37%
BLUE value IS 130 (51.17% from 255) = 30.23%
R=21.40%
G=48.37%
B=30.23%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal922081300.5600.380.18139.6655.2458.82
Hex5CD08238026128c373b
Octal13432020270046222146773
Binary1011100110100001000001011100001001101001010001100110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CD082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,208,130); }

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

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

 a { background-color: rgb(92,208,130); }

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

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

 span { border-color: rgb(92,208,130); }

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