Html Css Color HEX #55BC68 Fern

📋 copy color: '#55BC68'

red 85 ◦ green 188 ◦ blue 104

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

Shades of Fern #55BC68

Tints of Fern #55BC68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.59%

R = 22.55%
G = 49.87%
B = 27.59%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#55BC68 (or 0x55BC68) is known color: Fern. HEX triplet: 55, BC and 68. RGB value is (85,188,104). Sum of RGB (Red+Green+Blue) = 85+188+104=377 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.55% from 377); Green value is 188 (73.83% from 255 or 49.87% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 188 - color contains mainly: green. Hex color #55BC68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BC68 is #AA4397. Grayscale: #939393. Windows color (decimal): -11158424 or 6863957. OLE color: 6863957.

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

Color convert

RGB 85 188 104 -
CMYK 0.55 0 0.45 0.26
HSL 131.07º 0.43% 0.54% -
HSV(B) 131.07º 0.55% 0.74% -
XYZ 24.23 38.9 19.33 -
YUV 147.63 103.38 83.33 -
System Red Green Blue C M Y K H S L
Decimal 85 188 104 0.55 0 0.45 0.26 131.07 0.43 0.54
Hex 55 BC 68 37 0 2D 1A 83 2B 36
Octal 125 274 150 67 0 55 32 203 53 66
Binary 1010101 10111100 1101000 110111 0 101101 11010 10000011 101011 110110

Color Harmonies of #55BC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BC68

Black with #55BC68

Text Example


Text Example

White with #55BC68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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