Html Css Color HEX #55B664 Fern

📋 copy color: '#55B664'

red 85 ◦ green 182 ◦ blue 100

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

Shades of Fern #55B664

Tints of Fern #55B664

RGB

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

 GREEN value IS 182 (71.48% from 255) = 49.59%

 BLUE value IS 100 (39.45% from 255) = 27.25%

R = 23.16%
G = 49.59%
B = 27.25%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#55B664 (or 0x55B664) is known color: Fern. HEX triplet: 55, B6 and 64. RGB value is (85,182,100). Sum of RGB (Red+Green+Blue) = 85+182+100=367 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.16% from 367); Green value is 182 (71.48% from 255 or 49.59% from 367); Blue value is 100 (39.45% from 255 or 27.25% from 367); Max value from RGB is 182 - color contains mainly: green. Hex color #55B664 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55B664 is #AA499B. Grayscale: #8F8F8F. Windows color (decimal): -11159964 or 6600277. OLE color: 6600277.

HSL color Cylindrical-coordinate representation of color #55B664: hue angle of 129.28º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55B664 is Cyan = 0.53, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB 85 182 100 -
CMYK 0.53 0 0.45 0.29
HSL 129.28º 0.4% 0.52% -
HSV(B) 129.28º 0.53% 0.71% -
XYZ 22.77 36.31 17.86 -
YUV 143.65 103.36 86.17 -
System Red Green Blue C M Y K H S L
Decimal 85 182 100 0.53 0 0.45 0.29 129.28 0.4 0.52
Hex 55 B6 64 35 0 2D 1D 81 28 34
Octal 125 266 144 65 0 55 35 201 50 64
Binary 1010101 10110110 1100100 110101 0 101101 11101 10000001 101000 110100

Color Harmonies of #55B664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B664

Black with #55B664

Text Example


Text Example

White with #55B664

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,182,100); }

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

background-color css

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

 a { background-color: rgb(85,182,100); }

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

border-color css

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

 span { border-color: rgb(85,182,100); }

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