Html Css Color HEX #55BC64 Fern

📋 copy color: '#55BC64'

red 85 ◦ green 188 ◦ blue 100

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

Shades of Fern #55BC64

Tints of Fern #55BC64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 26.81%

R = 22.79%
G = 50.4%
B = 26.81%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#55BC64 (or 0x55BC64) is known color: Fern. HEX triplet: 55, BC and 64. RGB value is (85,188,100). Sum of RGB (Red+Green+Blue) = 85+188+100=373 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.79% from 373); Green value is 188 (73.83% from 255 or 50.40% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 188 - color contains mainly: green. Hex color #55BC64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BC64 is #AA439B. Grayscale: #939393. Windows color (decimal): -11158428 or 6601813. OLE color: 6601813.

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

Color convert

RGB 85 188 100 -
CMYK 0.55 0 0.47 0.26
HSL 128.74º 0.43% 0.54% -
HSV(B) 128.74º 0.55% 0.74% -
XYZ 24.03 38.82 18.28 -
YUV 147.17 101.38 83.66 -
System Red Green Blue C M Y K H S L
Decimal 85 188 100 0.55 0 0.47 0.26 128.74 0.43 0.54
Hex 55 BC 64 37 0 2F 1A 81 2B 36
Octal 125 274 144 67 0 57 32 201 53 66
Binary 1010101 10111100 1100100 110111 0 101111 11010 10000001 101011 110110

Color Harmonies of #55BC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BC64

Black with #55BC64

Text Example


Text Example

White with #55BC64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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