Html Css Color HEX #55B261 Fern

📋 copy color: '#55B261'

red 85 ◦ green 178 ◦ blue 97

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

Shades of Fern #55B261

Tints of Fern #55B261

RGB

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

 GREEN value IS 178 (69.92% from 255) = 49.44%

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

R = 23.61%
G = 49.44%
B = 26.94%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#55B261 (or 0x55B261) is known color: Fern. HEX triplet: 55, B2 and 61. RGB value is (85,178,97). Sum of RGB (Red+Green+Blue) = 85+178+97=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 178 (69.92% from 255 or 49.44% from 360); Blue value is 97 (38.28% from 255 or 26.94% from 360); Max value from RGB is 178 - color contains mainly: green. Hex color #55B261 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55B261 is #AA4D9E. Grayscale: #8D8D8D. Windows color (decimal): -11160991 or 6402645. OLE color: 6402645.

HSL color Cylindrical-coordinate representation of color #55B261: hue angle of 127.74º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #55B261 is Cyan = 0.52, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB 85 178 97 -
CMYK 0.52 0 0.46 0.30
HSL 127.74º 0.38% 0.52% -
HSV(B) 127.74º 0.52% 0.7% -
XYZ 21.82 34.64 16.84 -
YUV 140.96 103.19 88.09 -
System Red Green Blue C M Y K H S L
Decimal 85 178 97 0.52 0 0.46 0.30 127.74 0.38 0.52
Hex 55 B2 61 34 0 2E 1E 80 26 34
Octal 125 262 141 64 0 56 36 200 46 64
Binary 1010101 10110010 1100001 110100 0 101110 11110 10000000 100110 110100

Color Harmonies of #55B261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B261

Black with #55B261

Text Example


Text Example

White with #55B261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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