#5CBE7A

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

Shades of Emerald #5CBE7A

Tints of Emerald #5CBE7A

Color information

#5CBE7A (or 0x5CBE7A) is unknown color: approx Emerald. HEX triplet: 5C, BE and 7A. RGB value is (92,190,122). Sum of RGB (Red+Green+Blue) = 92+190+122=404 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.77% from 404); Green value is 190 (74.61% from 255 or 47.03% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 190 - color contains mainly: green. Hex color #5CBE7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CBE7A is #A34185. Grayscale: #999999. Windows color (decimal): -10699142 or 8044124. OLE color: 8044124.

HSL color Cylindrical-coordinate representation of color #5CBE7A: hue angle of 138.37º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5CBE7A is Cyan = 0.52, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB92190122-
CMYK0.5200.360.25
HSL138.37º42.98%55.29%-
HSV(B)138.37º51.58%74.51%-
XYZ26.3440.5124.84-
YUV152.95110.5384.53-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 22.77%
GREEN value IS 190 (74.61% from 255) = 47.03%
BLUE value IS 122 (48.05% from 255) = 30.20%
R=22.77%
G=47.03%
B=30.20%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal921901220.5200.360.25138.3742.9855.29
Hex5CBE7A34024198a2b37
Octal13427617264044312125367
Binary101110010111110111101011010001001001100110001010101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,190,122); }

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

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

 a { background-color: rgb(92,190,122); }

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

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

 span { border-color: rgb(92,190,122); }

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