#58BF74

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

Shades of Emerald #58BF74

Tints of Emerald #58BF74

Color information

#58BF74 (or 0x58BF74) is unknown color: approx Emerald. HEX triplet: 58, BF and 74. RGB value is (88,191,116). Sum of RGB (Red+Green+Blue) = 88+191+116=395 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.28% from 395); Green value is 191 (75% from 255 or 48.35% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 191 - color contains mainly: green. Hex color #58BF74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58BF74 is #A7408B. Grayscale: #979797. Windows color (decimal): -10961036 or 7651160. OLE color: 7651160.

HSL color Cylindrical-coordinate representation of color #58BF74: hue angle of 136.31º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #58BF74 is Cyan = 0.54, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB88191116-
CMYK0.5400.390.25
HSL136.31º44.59%54.71%-
HSV(B)136.31º53.93%74.9%-
XYZ25.8140.623-
YUV151.65107.8882.6-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.28%
GREEN value IS 191 (75% from 255) = 48.35%
BLUE value IS 116 (45.70% from 255) = 29.37%
R=22.28%
G=48.35%
B=29.37%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal881911160.5400.390.25136.3144.5954.71
Hex58BF743602719882d37
Octal13027716466047312105567
Binary101100010111111111010011011001001111100110001000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,191,116); }

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

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

 a { background-color: rgb(88,191,116); }

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

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

 span { border-color: rgb(88,191,116); }

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