#55C466

Color #55C466 Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #55C466

Tints of Fern #55C466

Color information

#55C466 (or 0x55C466) is unknown color: approx Fern. HEX triplet: 55, C4 and 66. RGB value is (85,196,102). Sum of RGB (Red+Green+Blue) = 85+196+102=383 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.19% from 383); Green value is 196 (76.95% from 255 or 51.17% from 383); Blue value is 102 (40.23% from 255 or 26.63% from 383); Max value from RGB is 196 - color contains mainly: green. Hex color #55C466 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C466 is #AA3B99. Grayscale: #989898. Windows color (decimal): -11156378 or 6734933. OLE color: 6734933.

HSL color Cylindrical-coordinate representation of color #55C466: hue angle of 129.19º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C466 is Cyan = 0.57, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB85196102-
CMYK0.5700.480.23
HSL129.19º48.47%55.1%-
HSV(B)129.19º56.63%76.86%-
XYZ25.8842.3719.38-
YUV152.0999.7380.14-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.19%
GREEN value IS 196 (76.95% from 255) = 51.17%
BLUE value IS 102 (40.23% from 255) = 26.63%
R=22.19%
G=51.17%
B=26.63%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal851961020.5700.480.23129.1948.4755.1
Hex55C4663903017813037
Octal12530414671060272016067
Binary101010111000100110011011100101100001011110000001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,196,102); }

 H1.HeaderClassName
 {
   color: #55C466;
 }
 .AnyTagClassName
 {
   color: #55C466;
 }
</style>
background-color css

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

 a { background-color: rgb(85,196,102); }

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

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

 span { border-color: rgb(85,196,102); }

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