#58CA70

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

Shades of Emerald #58CA70

Tints of Emerald #58CA70

Color information

#58CA70 (or 0x58CA70) is unknown color: approx Emerald. HEX triplet: 58, CA and 70. RGB value is (88,202,112). Sum of RGB (Red+Green+Blue) = 88+202+112=402 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.89% from 402); Green value is 202 (79.30% from 255 or 50.25% from 402); Blue value is 112 (44.14% from 255 or 27.86% from 402); Max value from RGB is 202 - color contains mainly: green. Hex color #58CA70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58CA70 is #A7358F. Grayscale: #9D9D9D. Windows color (decimal): -10958224 or 7391832. OLE color: 7391832.

HSL color Cylindrical-coordinate representation of color #58CA70: hue angle of 132.63º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #58CA70 is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB88202112-
CMYK0.5600.450.21
HSL132.63º51.82%56.86%-
HSV(B)132.63º56.44%79.22%-
XYZ28.0745.4922.63-
YUV157.65102.2378.32-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.89%
GREEN value IS 202 (79.30% from 255) = 50.25%
BLUE value IS 112 (44.14% from 255) = 27.86%
R=21.89%
G=50.25%
B=27.86%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal882021120.5600.450.21132.6351.8256.86
Hex58CA703802D15853439
Octal13031216070055252056471
Binary101100011001010111000011100001011011010110000101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58CA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58CA70; }

 p { color: rgb(88,202,112); }

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

<style>
 a { background-color: #58CA70; }

 a { background-color: rgb(88,202,112); }

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

<style>
 span { border-color: #58CA70; }

 span { border-color: rgb(88,202,112); }

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