Html Css Color HEX #55BB60 Fern

📋 copy color: '#55BB60'

red 85 ◦ green 187 ◦ blue 96

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

Shades of Fern #55BB60

Tints of Fern #55BB60

RGB

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

 GREEN value IS 187 (73.44% from 255) = 50.82%

 BLUE value IS 96 (37.89% from 255) = 26.09%

R = 23.1%
G = 50.82%
B = 26.09%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#55BB60 (or 0x55BB60) is known color: Fern. HEX triplet: 55, BB and 60. RGB value is (85,187,96). Sum of RGB (Red+Green+Blue) = 85+187+96=368 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.10% from 368); Green value is 187 (73.44% from 255 or 50.82% from 368); Blue value is 96 (37.89% from 255 or 26.09% from 368); Max value from RGB is 187 - color contains mainly: green. Hex color #55BB60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BB60 is #AA449F. Grayscale: #929292. Windows color (decimal): -11158688 or 6339413. OLE color: 6339413.

HSL color Cylindrical-coordinate representation of color #55BB60: hue angle of 126.47º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BB60 is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 85 187 96 -
CMYK 0.55 0 0.49 0.27
HSL 126.47º 0.43% 0.53% -
HSV(B) 126.47º 0.55% 0.73% -
XYZ 23.63 38.32 17.22 -
YUV 146.13 99.71 84.4 -
System Red Green Blue C M Y K H S L
Decimal 85 187 96 0.55 0 0.49 0.27 126.47 0.43 0.53
Hex 55 BB 60 37 0 31 1B 7E 2B 35
Octal 125 273 140 67 0 61 33 176 53 65
Binary 1010101 10111011 1100000 110111 0 110001 11011 1111110 101011 110101

Color Harmonies of #55BB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BB60

Black with #55BB60

Text Example


Text Example

White with #55BB60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,187,96); }

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

background-color css

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

 a { background-color: rgb(85,187,96); }

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

border-color css

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

 span { border-color: rgb(85,187,96); }

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