Html Css Color HEX #58BD70 Fern

📋 copy color: '#58BD70'

red 88 ◦ green 189 ◦ blue 112

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

Shades of Fern #58BD70

Tints of Fern #58BD70

RGB

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

 GREEN value IS 189 (74.22% from 255) = 48.59%

 BLUE value IS 112 (44.14% from 255) = 28.79%

R = 22.62%
G = 48.59%
B = 28.79%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#58BD70 (or 0x58BD70) is known color: Fern. HEX triplet: 58, BD and 70. RGB value is (88,189,112). Sum of RGB (Red+Green+Blue) = 88+189+112=389 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.62% from 389); Green value is 189 (74.22% from 255 or 48.59% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 189 - color contains mainly: green. Hex color #58BD70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58BD70 is #A7428F. Grayscale: #969696. Windows color (decimal): -10961552 or 7388504. OLE color: 7388504.

HSL color Cylindrical-coordinate representation of color #58BD70: hue angle of 134.26º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58BD70 is Cyan = 0.53, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB 88 189 112 -
CMYK 0.53 0 0.41 0.26
HSL 134.26º 0.43% 0.54% -
HSV(B) 134.26º 0.53% 0.74% -
XYZ 25.15 39.64 21.66 -
YUV 150.02 106.54 83.76 -
System Red Green Blue C M Y K H S L
Decimal 88 189 112 0.53 0 0.41 0.26 134.26 0.43 0.54
Hex 58 BD 70 35 0 29 1A 86 2B 36
Octal 130 275 160 65 0 51 32 206 53 66
Binary 1011000 10111101 1110000 110101 0 101001 11010 10000110 101011 110110

Color Harmonies of #58BD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BD70

Black with #58BD70

Text Example


Text Example

White with #58BD70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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