Html Css Color HEX #58BC55 Fern

📋 copy color: '#58BC55'

red 88 ◦ green 188 ◦ blue 85

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

Shades of Fern #58BC55

Tints of Fern #58BC55

RGB

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

 GREEN value IS 188 (73.83% from 255) = 52.08%

 BLUE value IS 85 (33.59% from 255) = 23.55%

R = 24.38%
G = 52.08%
B = 23.55%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#58BC55 (or 0x58BC55) is known color: Fern. HEX triplet: 58, BC and 55. RGB value is (88,188,85). Sum of RGB (Red+Green+Blue) = 88+188+85=361 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.38% from 361); Green value is 188 (73.83% from 255 or 52.08% from 361); Blue value is 85 (33.59% from 255 or 23.55% from 361); Max value from RGB is 188 - color contains mainly: green. Hex color #58BC55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58BC55 is #A743AA. Grayscale: #929292. Windows color (decimal): -10961835 or 5618776. OLE color: 5618776.

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

Color convert

RGB 88 188 85 -
CMYK 0.53 0 0.55 0.26
HSL 118.25º 0.43% 0.54% -
HSV(B) 118.25º 0.55% 0.74% -
XYZ 23.65 38.7 14.82 -
YUV 146.36 93.37 86.38 -
System Red Green Blue C M Y K H S L
Decimal 88 188 85 0.53 0 0.55 0.26 118.25 0.43 0.54
Hex 58 BC 55 35 0 37 1A 76 2B 36
Octal 130 274 125 65 0 67 32 166 53 66
Binary 1011000 10111100 1010101 110101 0 110111 11010 1110110 101011 110110

Color Harmonies of #58BC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BC55

Black with #58BC55

Text Example


Text Example

White with #58BC55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,188,85); }

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

background-color css

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

 a { background-color: rgb(88,188,85); }

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

border-color css

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

 span { border-color: rgb(88,188,85); }

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