Html Css Color HEX #55C558 Fern

📋 copy color: '#55C558'

red 85 ◦ green 197 ◦ blue 88

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

Shades of Fern #55C558

Tints of Fern #55C558

RGB

 RED value IS 85 (33.59% from 255) = 22.97%

 GREEN value IS 197 (77.34% from 255) = 53.24%

 BLUE value IS 88 (34.77% from 255) = 23.78%

R = 22.97%
G = 53.24%
B = 23.78%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#55C558 (or 0x55C558) is known color: Fern. HEX triplet: 55, C5 and 58. RGB value is (85,197,88). Sum of RGB (Red+Green+Blue) = 85+197+88=370 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.97% from 370); Green value is 197 (77.34% from 255 or 53.24% from 370); Blue value is 88 (34.77% from 255 or 23.78% from 370); Max value from RGB is 197 - color contains mainly: green. Hex color #55C558 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C558 is #AA3AA7. Grayscale: #979797. Windows color (decimal): -11156136 or 5817685. OLE color: 5817685.

HSL color Cylindrical-coordinate representation of color #55C558: hue angle of 121.61º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C558 is Cyan = 0.57, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.23.

Color convert

RGB 85 197 88 -
CMYK 0.57 0 0.55 0.23
HSL 121.61º 0.49% 0.55% -
HSV(B) 121.61º 0.57% 0.77% -
XYZ 25.47 42.57 16.11 -
YUV 151.09 92.39 80.86 -
System Red Green Blue C M Y K H S L
Decimal 85 197 88 0.57 0 0.55 0.23 121.61 0.49 0.55
Hex 55 C5 58 39 0 37 17 7A 31 37
Octal 125 305 130 71 0 67 27 172 61 67
Binary 1010101 11000101 1011000 111001 0 110111 10111 1111010 110001 110111

Color Harmonies of #55C558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C558

Black with #55C558

Text Example


Text Example

White with #55C558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55C558; }

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

 H1.HeaderClassName
 {
   color: #55C558;
 }
 .AnyTagClassName
 {
   color: #55C558;
 }
</style>

background-color css

<style>
 a { background-color: #55C558; }

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

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

border-color css

<style>
 span { border-color: #55C558; }

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

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