#55C765

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

Shades of Fern #55C765

Tints of Fern #55C765

Color information

#55C765 (or 0x55C765) is unknown color: approx Fern. HEX triplet: 55, C7 and 65. RGB value is (85,199,101). Sum of RGB (Red+Green+Blue) = 85+199+101=385 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.08% from 385); Green value is 199 (78.12% from 255 or 51.69% from 385); Blue value is 101 (39.84% from 255 or 26.23% from 385); Max value from RGB is 199 - color contains mainly: green. Hex color #55C765 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C765 is #AA389A. Grayscale: #9A9A9A. Windows color (decimal): -11155611 or 6670165. OLE color: 6670165.

HSL color Cylindrical-coordinate representation of color #55C765: hue angle of 128.42º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C765 is Cyan = 0.57, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB85199101-
CMYK0.5700.490.22
HSL128.42º50.44%55.69%-
HSV(B)128.42º57.29%78.04%-
XYZ26.5243.7219.35-
YUV153.7498.2378.97-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.08%
GREEN value IS 199 (78.12% from 255) = 51.69%
BLUE value IS 101 (39.84% from 255) = 26.23%
R=22.08%
G=51.69%
B=26.23%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal851991010.5700.490.22128.4250.4455.69
Hex55C7653903116803238
Octal12530714571061262006270
Binary101010111000111110010111100101100011011010000000110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,199,101); }

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

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

 a { background-color: rgb(85,199,101); }

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

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

 span { border-color: rgb(85,199,101); }

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