Html Css Color HEX #55BC56 Fern

📋 copy color: '#55BC56'

red 85 ◦ green 188 ◦ blue 86

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

Shades of Fern #55BC56

Tints of Fern #55BC56

RGB

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

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

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

R = 23.68%
G = 52.37%
B = 23.96%

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

#55BC56 (or 0x55BC56) is known color: Fern. HEX triplet: 55, BC and 56. RGB value is (85,188,86). Sum of RGB (Red+Green+Blue) = 85+188+86=359 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.68% from 359); Green value is 188 (73.83% from 255 or 52.37% from 359); Blue value is 86 (33.98% from 255 or 23.96% from 359); Max value from RGB is 188 - color contains mainly: green. Hex color #55BC56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BC56 is #AA43A9. Grayscale: #919191. Windows color (decimal): -11158442 or 5684309. OLE color: 5684309.

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

Color convert

RGB 85 188 86 -
CMYK 0.55 0 0.54 0.26
HSL 120.58º 0.43% 0.54% -
HSV(B) 120.58º 0.55% 0.74% -
XYZ 23.41 38.57 15.01 -
YUV 145.58 94.38 84.79 -
System Red Green Blue C M Y K H S L
Decimal 85 188 86 0.55 0 0.54 0.26 120.58 0.43 0.54
Hex 55 BC 56 37 0 36 1A 79 2B 36
Octal 125 274 126 67 0 66 32 171 53 66
Binary 1010101 10111100 1010110 110111 0 110110 11010 1111001 101011 110110

Color Harmonies of #55BC56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BC56

Black with #55BC56

Text Example


Text Example

White with #55BC56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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