Html Css Color HEX #55B766 Fern

📋 copy color: '#55B766'

red 85 ◦ green 183 ◦ blue 102

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

Shades of Fern #55B766

Tints of Fern #55B766

RGB

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

 GREEN value IS 183 (71.88% from 255) = 49.46%

 BLUE value IS 102 (40.23% from 255) = 27.57%

R = 22.97%
G = 49.46%
B = 27.57%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.44

 K value IS 0.28

RGB Variations

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

Color information

#55B766 (or 0x55B766) is known color: Fern. HEX triplet: 55, B7 and 66. RGB value is (85,183,102). Sum of RGB (Red+Green+Blue) = 85+183+102=370 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.97% from 370); Green value is 183 (71.88% from 255 or 49.46% from 370); Blue value is 102 (40.23% from 255 or 27.57% from 370); Max value from RGB is 183 - color contains mainly: green. Hex color #55B766 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55B766 is #AA4899. Grayscale: #909090. Windows color (decimal): -11159706 or 6731605. OLE color: 6731605.

HSL color Cylindrical-coordinate representation of color #55B766: hue angle of 130.41º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55B766 is Cyan = 0.54, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.28.

Color convert

RGB 85 183 102 -
CMYK 0.54 0 0.44 0.28
HSL 130.41º 0.4% 0.53% -
HSV(B) 130.41º 0.54% 0.72% -
XYZ 23.08 36.76 18.45 -
YUV 144.46 104.03 85.59 -
System Red Green Blue C M Y K H S L
Decimal 85 183 102 0.54 0 0.44 0.28 130.41 0.4 0.53
Hex 55 B7 66 36 0 2C 1C 82 28 35
Octal 125 267 146 66 0 54 34 202 50 65
Binary 1010101 10110111 1100110 110110 0 101100 11100 10000010 101000 110101

Color Harmonies of #55B766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B766

Black with #55B766

Text Example


Text Example

White with #55B766

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,183,102); }

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

background-color css

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

 a { background-color: rgb(85,183,102); }

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

border-color css

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

 span { border-color: rgb(85,183,102); }

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