#58cf82

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

Shades of Emerald #58CF82

Tints of Emerald #58CF82

Color information

#58CF82 (or 0x58CF82) is unknown color: approx Emerald. HEX triplet: 58, CF and 82. RGB value is (88,207,130). Sum of RGB (Red+Green+Blue) = 88+207+130=425 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.71% from 425); Green value is 207 (81.25% from 255 or 48.71% from 425); Blue value is 130 (51.17% from 255 or 30.59% from 425); Max value from RGB is 207 - color contains mainly: green. Hex color #58CF82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58CF82 is #A7307D. Grayscale: #A2A2A2. Windows color (decimal): -10956926 or 8572760. OLE color: 8572760.

HSL color Cylindrical-coordinate representation of color #58CF82: hue angle of 141.18º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58CF82 is Cyan = 0.57, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB88207130-
CMYK0.5700.370.19
HSL141.18º55.35%57.84%-
HSV(B)141.18º57.49%81.18%-
XYZ30.3748.3128.84-
YUV162.64109.5874.76-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.71%
GREEN value IS 207 (81.25% from 255) = 48.71%
BLUE value IS 130 (51.17% from 255) = 30.59%
R=20.71%
G=48.71%
B=30.59%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal882071300.5700.370.19141.1855.3557.84
Hex58CF8239025138d373a
Octal13031720271045232156772
Binary1011000110011111000001011100101001011001110001101110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58cf82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,207,130); }

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

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

 a { background-color: rgb(88,207,130); }

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

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

 span { border-color: rgb(88,207,130); }

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