Html Css Color HEX #55B169 Fern

📋 copy color: '#55B169'

red 85 ◦ green 177 ◦ blue 105

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

Shades of Fern #55B169

Tints of Fern #55B169

RGB

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

 GREEN value IS 177 (69.53% from 255) = 48.23%

 BLUE value IS 105 (41.41% from 255) = 28.61%

R = 23.16%
G = 48.23%
B = 28.61%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#55B169 (or 0x55B169) is known color: Fern. HEX triplet: 55, B1 and 69. RGB value is (85,177,105). Sum of RGB (Red+Green+Blue) = 85+177+105=367 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.16% from 367); Green value is 177 (69.53% from 255 or 48.23% from 367); Blue value is 105 (41.41% from 255 or 28.61% from 367); Max value from RGB is 177 - color contains mainly: green. Hex color #55B169 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55B169 is #AA4E96. Grayscale: #8D8D8D. Windows color (decimal): -11161239 or 6926677. OLE color: 6926677.

HSL color Cylindrical-coordinate representation of color #55B169: hue angle of 133.04º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #55B169 is Cyan = 0.52, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 85 177 105 -
CMYK 0.52 0 0.41 0.31
HSL 133.04º 0.37% 0.51% -
HSV(B) 133.04º 0.52% 0.69% -
XYZ 22.02 34.4 18.84 -
YUV 141.28 107.52 87.85 -
System Red Green Blue C M Y K H S L
Decimal 85 177 105 0.52 0 0.41 0.31 133.04 0.37 0.51
Hex 55 B1 69 34 0 29 1F 85 25 33
Octal 125 261 151 64 0 51 37 205 45 63
Binary 1010101 10110001 1101001 110100 0 101001 11111 10000101 100101 110011

Color Harmonies of #55B169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B169

Black with #55B169

Text Example


Text Example

White with #55B169

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,177,105); }

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

background-color css

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

 a { background-color: rgb(85,177,105); }

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

border-color css

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

 span { border-color: rgb(85,177,105); }

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