Html Css Color HEX #58D082 Emerald

📋 copy color: '#58D082'

red 88 ◦ green 208 ◦ blue 130

#58D082
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #58D082

Tints of Emerald #58D082

RGB

 RED value IS 88 (34.77% from 255) = 20.66%

 GREEN value IS 208 (81.64% from 255) = 48.83%

 BLUE value IS 130 (51.17% from 255) = 30.52%

R = 20.66%
G = 48.83%
B = 30.52%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#58D082 (or 0x58D082) is known color: Emerald. HEX triplet: 58, D0 and 82. RGB value is (88,208,130). Sum of RGB (Red+Green+Blue) = 88+208+130=426 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.66% from 426); Green value is 208 (81.64% from 255 or 48.83% from 426); Blue value is 130 (51.17% from 255 or 30.52% from 426); Max value from RGB is 208 - color contains mainly: green. Hex color #58D082 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58D082 is #A72F7D. Grayscale: #A3A3A3. Windows color (decimal): -10956670 or 8573016. OLE color: 8573016.

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

Color convert

RGB 88 208 130 -
CMYK 0.58 0 0.38 0.18
HSL 141º 0.56% 0.58% -
HSV(B) 141º 0.58% 0.82% -
XYZ 30.61 48.8 28.92 -
YUV 163.23 109.24 74.34 -
System Red Green Blue C M Y K H S L
Decimal 88 208 130 0.58 0 0.38 0.18 141 0.56 0.58
Hex 58 D0 82 3A 0 26 12 8D 38 3A
Octal 130 320 202 72 0 46 22 215 70 72
Binary 1011000 11010000 10000010 111010 0 100110 10010 10001101 111000 111010

Color Harmonies of #58D082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58D082

Black with #58D082

Text Example


Text Example

White with #58D082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #58D082;
 }
 .AnyTagClassName
 {
   color: #58D082;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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