Html Css Color HEX #55B761 Fern

📋 copy color: '#55B761'

red 85 ◦ green 183 ◦ blue 97

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

Shades of Fern #55B761

Tints of Fern #55B761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 26.58%

R = 23.29%
G = 50.14%
B = 26.58%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.47

 K value IS 0.28

RGB Variations

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

Color information

#55B761 (or 0x55B761) is known color: Fern. HEX triplet: 55, B7 and 61. RGB value is (85,183,97). Sum of RGB (Red+Green+Blue) = 85+183+97=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 183 (71.88% from 255 or 50.14% from 365); Blue value is 97 (38.28% from 255 or 26.58% from 365); Max value from RGB is 183 - color contains mainly: green. Hex color #55B761 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55B761 is #AA489E. Grayscale: #909090. Windows color (decimal): -11159711 or 6403925. OLE color: 6403925.

HSL color Cylindrical-coordinate representation of color #55B761: hue angle of 127.35º 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 #55B761 is Cyan = 0.54, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.28.

Color convert

RGB 85 183 97 -
CMYK 0.54 0 0.47 0.28
HSL 127.35º 0.4% 0.53% -
HSV(B) 127.35º 0.54% 0.72% -
XYZ 22.84 36.66 17.18 -
YUV 143.89 101.53 85.99 -
System Red Green Blue C M Y K H S L
Decimal 85 183 97 0.54 0 0.47 0.28 127.35 0.4 0.53
Hex 55 B7 61 36 0 2F 1C 7F 28 35
Octal 125 267 141 66 0 57 34 177 50 65
Binary 1010101 10110111 1100001 110110 0 101111 11100 1111111 101000 110101

Color Harmonies of #55B761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B761

Black with #55B761

Text Example


Text Example

White with #55B761

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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