Html Css Color HEX #55BC60 Fern

📋 copy color: '#55BC60'

red 85 ◦ green 188 ◦ blue 96

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

Shades of Fern #55BC60

Tints of Fern #55BC60

RGB

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

 GREEN value IS 188 (73.83% from 255) = 50.95%

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

R = 23.04%
G = 50.95%
B = 26.02%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#55BC60 (or 0x55BC60) is known color: Fern. HEX triplet: 55, BC and 60. RGB value is (85,188,96). Sum of RGB (Red+Green+Blue) = 85+188+96=369 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.04% from 369); Green value is 188 (73.83% from 255 or 50.95% from 369); Blue value is 96 (37.89% from 255 or 26.02% from 369); Max value from RGB is 188 - color contains mainly: green. Hex color #55BC60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BC60 is #AA439F. Grayscale: #929292. Windows color (decimal): -11158432 or 6339669. OLE color: 6339669.

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

Color convert

RGB 85 188 96 -
CMYK 0.55 0 0.49 0.26
HSL 126.41º 0.43% 0.54% -
HSV(B) 126.41º 0.55% 0.74% -
XYZ 23.84 38.74 17.29 -
YUV 146.72 99.38 83.98 -
System Red Green Blue C M Y K H S L
Decimal 85 188 96 0.55 0 0.49 0.26 126.41 0.43 0.54
Hex 55 BC 60 37 0 31 1A 7E 2B 36
Octal 125 274 140 67 0 61 32 176 53 66
Binary 1010101 10111100 1100000 110111 0 110001 11010 1111110 101011 110110

Color Harmonies of #55BC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BC60

Black with #55BC60

Text Example


Text Example

White with #55BC60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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