#5BCD5C

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

Shades of Fern #5BCD5C

Tints of Fern #5BCD5C

Color information

#5BCD5C (or 0x5BCD5C) is unknown color: approx Fern. HEX triplet: 5B, CD and 5C. RGB value is (91,205,92). Sum of RGB (Red+Green+Blue) = 91+205+92=388 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.45% from 388); Green value is 205 (80.47% from 255 or 52.84% from 388); Blue value is 92 (36.33% from 255 or 23.71% from 388); Max value from RGB is 205 - color contains mainly: green. Hex color #5BCD5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BCD5C is #A432A3. Grayscale: #9E9E9E. Windows color (decimal): -10760868 or 6081883. OLE color: 6081883.

HSL color Cylindrical-coordinate representation of color #5BCD5C: hue angle of 120.53º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BCD5C is Cyan = 0.56, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB9120592-
CMYK0.5600.550.20
HSL120.53º53.27%58.04%-
HSV(B)120.53º55.61%80.39%-
XYZ28.0846.6617.65-
YUV158.0390.7380.19-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.45%
GREEN value IS 205 (80.47% from 255) = 52.84%
BLUE value IS 92 (36.33% from 255) = 23.71%
R=23.45%
G=52.84%
B=23.71%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal91205920.5600.550.20120.5353.2758.04
Hex5BCD5C380371479353a
Octal13331513470067241716572
Binary10110111100110110111001110000110111101001111001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BCD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,205,92); }

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

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

 a { background-color: rgb(91,205,92); }

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

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

 span { border-color: rgb(91,205,92); }

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