Html Css Color HEX #55BD56 Fern

📋 copy color: '#55BD56'

red 85 ◦ green 189 ◦ blue 86

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

Shades of Fern #55BD56

Tints of Fern #55BD56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 23.89%

R = 23.61%
G = 52.5%
B = 23.89%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#55BD56 (or 0x55BD56) is known color: Fern. HEX triplet: 55, BD and 56. RGB value is (85,189,86). Sum of RGB (Red+Green+Blue) = 85+189+86=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 189 (74.22% from 255 or 52.5% from 360); Blue value is 86 (33.98% from 255 or 23.89% from 360); Max value from RGB is 189 - color contains mainly: green. Hex color #55BD56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BD56 is #AA42A9. Grayscale: #929292. Windows color (decimal): -11158186 or 5684565. OLE color: 5684565.

HSL color Cylindrical-coordinate representation of color #55BD56: hue angle of 120.58º degrees, saturation: 0.44, 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 #55BD56 is Cyan = 0.55, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 189 86 -
CMYK 0.55 0 0.54 0.26
HSL 120.58º 0.44% 0.54% -
HSV(B) 120.58º 0.55% 0.74% -
XYZ 23.62 39 15.09 -
YUV 146.16 94.04 84.38 -
System Red Green Blue C M Y K H S L
Decimal 85 189 86 0.55 0 0.54 0.26 120.58 0.44 0.54
Hex 55 BD 56 37 0 36 1A 79 2C 36
Octal 125 275 126 67 0 66 32 171 54 66
Binary 1010101 10111101 1010110 110111 0 110110 11010 1111001 101100 110110

Color Harmonies of #55BD56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BD56

Black with #55BD56

Text Example


Text Example

White with #55BD56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,189,86); }

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

background-color css

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

 a { background-color: rgb(85,189,86); }

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

border-color css

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

 span { border-color: rgb(85,189,86); }

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