Html Css Color HEX #55B467 Fern

📋 copy color: '#55B467'

red 85 ◦ green 180 ◦ blue 103

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

Shades of Fern #55B467

Tints of Fern #55B467

RGB

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

 GREEN value IS 180 (70.7% from 255) = 48.91%

 BLUE value IS 103 (40.63% from 255) = 27.99%

R = 23.1%
G = 48.91%
B = 27.99%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#55B467 (or 0x55B467) is known color: Fern. HEX triplet: 55, B4 and 67. RGB value is (85,180,103). Sum of RGB (Red+Green+Blue) = 85+180+103=368 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.10% from 368); Green value is 180 (70.70% from 255 or 48.91% from 368); Blue value is 103 (40.62% from 255 or 27.99% from 368); Max value from RGB is 180 - color contains mainly: green. Hex color #55B467 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55B467 is #AA4B98. Grayscale: #8F8F8F. Windows color (decimal): -11160473 or 6796373. OLE color: 6796373.

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

Color convert

RGB 85 180 103 -
CMYK 0.53 0 0.43 0.29
HSL 131.37º 0.39% 0.52% -
HSV(B) 131.37º 0.53% 0.71% -
XYZ 22.52 35.55 18.51 -
YUV 142.82 105.53 86.76 -
System Red Green Blue C M Y K H S L
Decimal 85 180 103 0.53 0 0.43 0.29 131.37 0.39 0.52
Hex 55 B4 67 35 0 2B 1D 83 27 34
Octal 125 264 147 65 0 53 35 203 47 64
Binary 1010101 10110100 1100111 110101 0 101011 11101 10000011 100111 110100

Color Harmonies of #55B467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B467

Black with #55B467

Text Example


Text Example

White with #55B467

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,180,103); }

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

background-color css

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

 a { background-color: rgb(85,180,103); }

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

border-color css

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

 span { border-color: rgb(85,180,103); }

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