#5BC165

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

Shades of Fern #5BC165

Tints of Fern #5BC165

Color information

#5BC165 (or 0x5BC165) is unknown color: approx Fern. HEX triplet: 5B, C1 and 65. RGB value is (91,193,101). Sum of RGB (Red+Green+Blue) = 91+193+101=385 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.64% from 385); Green value is 193 (75.78% from 255 or 50.13% from 385); Blue value is 101 (39.84% from 255 or 26.23% from 385); Max value from RGB is 193 - color contains mainly: green. Hex color #5BC165 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BC165 is #A43E9A. Grayscale: #989898. Windows color (decimal): -10763931 or 6668635. OLE color: 6668635.

HSL color Cylindrical-coordinate representation of color #5BC165: hue angle of 125.88º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5BC165 is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB91193101-
CMYK0.5300.480.24
HSL125.88º45.13%55.69%-
HSV(B)125.88º52.85%75.69%-
XYZ25.7341.318.93-
YUV152.0199.2184.48-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.64%
GREEN value IS 193 (75.78% from 255) = 50.13%
BLUE value IS 101 (39.84% from 255) = 26.23%
R=23.64%
G=50.13%
B=26.23%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal911931010.5300.480.24125.8845.1355.69
Hex5BC16535030187e2d38
Octal13330114565060301765570
Binary10110111100000111001011101010110000110001111110101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BC165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5BC165; }

 p { color: rgb(91,193,101); }

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

<style>
 a { background-color: #5BC165; }

 a { background-color: rgb(91,193,101); }

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

<style>
 span { border-color: #5BC165; }

 span { border-color: rgb(91,193,101); }

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