#5DBB5B

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

Shades of Fern #5DBB5B

Tints of Fern #5DBB5B

Color information

#5DBB5B (or 0x5DBB5B) is unknown color: approx Fern. HEX triplet: 5D, BB and 5B. RGB value is (93,187,91). Sum of RGB (Red+Green+Blue) = 93+187+91=371 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.07% from 371); Green value is 187 (73.44% from 255 or 50.40% from 371); Blue value is 91 (35.94% from 255 or 24.53% from 371); Max value from RGB is 187 - color contains mainly: green. Hex color #5DBB5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DBB5B is #A244A4. Grayscale: #949494. Windows color (decimal): -10634405 or 6011741. OLE color: 6011741.

HSL color Cylindrical-coordinate representation of color #5DBB5B: hue angle of 118.75º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DBB5B is Cyan = 0.50, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB9318791-
CMYK0.5000.510.27
HSL118.75º41.38%54.51%-
HSV(B)118.75º51.34%73.33%-
XYZ24.1738.6216.08-
YUV147.9595.8688.81-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.07%
GREEN value IS 187 (73.44% from 255) = 50.40%
BLUE value IS 91 (35.94% from 255) = 24.53%
R=25.07%
G=50.40%
B=24.53%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal93187910.5000.510.27118.7541.3854.51
Hex5DBB5B320331B772937
Octal13527313362063331675167
Binary10111011011101110110111100100110011110111110111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DBB5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,187,91); }

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

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

 a { background-color: rgb(93,187,91); }

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

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

 span { border-color: rgb(93,187,91); }

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