#5DBD5B

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

Shades of Fern #5DBD5B

Tints of Fern #5DBD5B

Color information

#5DBD5B (or 0x5DBD5B) is unknown color: approx Fern. HEX triplet: 5D, BD and 5B. RGB value is (93,189,91). Sum of RGB (Red+Green+Blue) = 93+189+91=373 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.93% from 373); Green value is 189 (74.22% from 255 or 50.67% from 373); Blue value is 91 (35.94% from 255 or 24.40% from 373); Max value from RGB is 189 - color contains mainly: green. Hex color #5DBD5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DBD5B is #A242A4. Grayscale: #959595. Windows color (decimal): -10633893 or 6012253. OLE color: 6012253.

HSL color Cylindrical-coordinate representation of color #5DBD5B: hue angle of 118.78º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5DBD5B is Cyan = 0.51, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB9318991-
CMYK0.5100.520.26
HSL118.78º42.61%54.9%-
HSV(B)118.78º51.85%74.12%-
XYZ24.639.4816.22-
YUV149.1295.287.97-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.93%
GREEN value IS 189 (74.22% from 255) = 50.67%
BLUE value IS 91 (35.94% from 255) = 24.40%
R=24.93%
G=50.67%
B=24.40%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal93189910.5100.520.26118.7842.6154.9
Hex5DBD5B330341A772b37
Octal13527513363064321675367
Binary10111011011110110110111100110110100110101110111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DBD5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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