Html Css Color HEX #55B66E Fern

📋 copy color: '#55B66E'

red 85 ◦ green 182 ◦ blue 110

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

Shades of Fern #55B66E

Tints of Fern #55B66E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.18%

R = 22.55%
G = 48.28%
B = 29.18%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#55B66E (or 0x55B66E) is known color: Fern. HEX triplet: 55, B6 and 6E. RGB value is (85,182,110). Sum of RGB (Red+Green+Blue) = 85+182+110=377 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.55% from 377); Green value is 182 (71.48% from 255 or 48.28% from 377); Blue value is 110 (43.36% from 255 or 29.18% from 377); Max value from RGB is 182 - color contains mainly: green. Hex color #55B66E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55B66E is #AA4991. Grayscale: #909090. Windows color (decimal): -11159954 or 7255637. OLE color: 7255637.

HSL color Cylindrical-coordinate representation of color #55B66E: hue angle of 135.46º 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 #55B66E is Cyan = 0.53, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 85 182 110 -
CMYK 0.53 0 0.40 0.29
HSL 135.46º 0.4% 0.52% -
HSV(B) 135.46º 0.53% 0.71% -
XYZ 23.29 36.51 20.57 -
YUV 144.79 108.36 85.35 -
System Red Green Blue C M Y K H S L
Decimal 85 182 110 0.53 0 0.40 0.29 135.46 0.4 0.52
Hex 55 B6 6E 35 0 28 1D 87 28 34
Octal 125 266 156 65 0 50 35 207 50 64
Binary 1010101 10110110 1101110 110101 0 101000 11101 10000111 101000 110100

Color Harmonies of #55B66E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B66E

Black with #55B66E

Text Example


Text Example

White with #55B66E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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