Html Css Color HEX #58D955 Fern

📋 copy color: '#58D955'

red 88 ◦ green 217 ◦ blue 85

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

Shades of Fern #58D955

Tints of Fern #58D955

RGB

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

 GREEN value IS 217 (85.16% from 255) = 55.64%

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

R = 22.56%
G = 55.64%
B = 21.79%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#58D955 (or 0x58D955) is known color: Fern. HEX triplet: 58, D9 and 55. RGB value is (88,217,85). Sum of RGB (Red+Green+Blue) = 88+217+85=390 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.56% from 390); Green value is 217 (85.16% from 255 or 55.64% from 390); Blue value is 85 (33.59% from 255 or 21.79% from 390); Max value from RGB is 217 - color contains mainly: green. Hex color #58D955 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58D955 is #A726AA. Grayscale: #A3A3A3. Windows color (decimal): -10954411 or 5626200. OLE color: 5626200.

HSL color Cylindrical-coordinate representation of color #58D955: hue angle of 118.64º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #58D955 is Cyan = 0.59, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB 88 217 85 -
CMYK 0.59 0 0.61 0.15
HSL 118.64º 0.63% 0.59% -
HSV(B) 118.64º 0.61% 0.85% -
XYZ 30.48 52.36 17.09 -
YUV 163.38 83.76 74.23 -
System Red Green Blue C M Y K H S L
Decimal 88 217 85 0.59 0 0.61 0.15 118.64 0.63 0.59
Hex 58 D9 55 3B 0 3D F 77 3F 3B
Octal 130 331 125 73 0 75 17 167 77 73
Binary 1011000 11011001 1010101 111011 0 111101 1111 1110111 111111 111011

Color Harmonies of #58D955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58D955

Black with #58D955

Text Example


Text Example

White with #58D955

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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