Html Css Color HEX #55B564 Fern

📋 copy color: '#55B564'

red 85 ◦ green 181 ◦ blue 100

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

Shades of Fern #55B564

Tints of Fern #55B564

RGB

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

 GREEN value IS 181 (71.09% from 255) = 49.45%

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

R = 23.22%
G = 49.45%
B = 27.32%

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

#55B564 (or 0x55B564) is known color: Fern. HEX triplet: 55, B5 and 64. RGB value is (85,181,100). Sum of RGB (Red+Green+Blue) = 85+181+100=366 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.22% from 366); Green value is 181 (71.09% from 255 or 49.45% from 366); Blue value is 100 (39.45% from 255 or 27.32% from 366); Max value from RGB is 181 - color contains mainly: green. Hex color #55B564 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55B564 is #AA4A9B. Grayscale: #8F8F8F. Windows color (decimal): -11160220 or 6600021. OLE color: 6600021.

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

Color convert

RGB 85 181 100 -
CMYK 0.53 0 0.45 0.29
HSL 129.38º 0.39% 0.52% -
HSV(B) 129.38º 0.53% 0.71% -
XYZ 22.57 35.9 17.8 -
YUV 143.06 103.7 86.59 -
System Red Green Blue C M Y K H S L
Decimal 85 181 100 0.53 0 0.45 0.29 129.38 0.39 0.52
Hex 55 B5 64 35 0 2D 1D 81 27 34
Octal 125 265 144 65 0 55 35 201 47 64
Binary 1010101 10110101 1100100 110101 0 101101 11101 10000001 100111 110100

Color Harmonies of #55B564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B564

Black with #55B564

Text Example


Text Example

White with #55B564

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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