Html Css Color HEX #55BA68 Fern

📋 copy color: '#55BA68'

red 85 ◦ green 186 ◦ blue 104

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

Shades of Fern #55BA68

Tints of Fern #55BA68

RGB

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

 GREEN value IS 186 (73.05% from 255) = 49.6%

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

R = 22.67%
G = 49.6%
B = 27.73%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#55BA68 (or 0x55BA68) is known color: Fern. HEX triplet: 55, BA and 68. RGB value is (85,186,104). Sum of RGB (Red+Green+Blue) = 85+186+104=375 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.67% from 375); Green value is 186 (73.05% from 255 or 49.6% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 186 - color contains mainly: green. Hex color #55BA68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BA68 is #AA4597. Grayscale: #929292. Windows color (decimal): -11158936 or 6863445. OLE color: 6863445.

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

Color convert

RGB 85 186 104 -
CMYK 0.54 0 0.44 0.27
HSL 131.29º 0.42% 0.53% -
HSV(B) 131.29º 0.54% 0.73% -
XYZ 23.8 38.05 19.19 -
YUV 146.45 104.04 84.17 -
System Red Green Blue C M Y K H S L
Decimal 85 186 104 0.54 0 0.44 0.27 131.29 0.42 0.53
Hex 55 BA 68 36 0 2C 1B 83 2A 35
Octal 125 272 150 66 0 54 33 203 52 65
Binary 1010101 10111010 1101000 110110 0 101100 11011 10000011 101010 110101

Color Harmonies of #55BA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BA68

Black with #55BA68

Text Example


Text Example

White with #55BA68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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