#5DBA75

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

Shades of Fern #5DBA75

Tints of Fern #5DBA75

Color information

#5DBA75 (or 0x5DBA75) is unknown color: approx Fern. HEX triplet: 5D, BA and 75. RGB value is (93,186,117). Sum of RGB (Red+Green+Blue) = 93+186+117=396 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.48% from 396); Green value is 186 (73.05% from 255 or 46.97% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 186 - color contains mainly: green. Hex color #5DBA75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DBA75 is #A2458A. Grayscale: #969696. Windows color (decimal): -10634635 or 7715421. OLE color: 7715421.

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

Color convert

RGB93186117-
CMYK0.500.370.27
HSL135.48º40.26%54.71%-
HSV(B)135.48º50%72.94%-
XYZ25.2838.7322.97-
YUV150.33109.1987.11-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 23.48%
GREEN value IS 186 (73.05% from 255) = 46.97%
BLUE value IS 117 (46.09% from 255) = 29.55%
R=23.48%
G=46.97%
B=29.55%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal931861170.500.370.27135.4840.2654.71
Hex5DBA75320251B872837
Octal13527216562045332075067
Binary101110110111010111010111001001001011101110000111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DBA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,186,117); }

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

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

 a { background-color: rgb(93,186,117); }

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

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

 span { border-color: rgb(93,186,117); }

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