#5DB46A

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

Shades of Fern #5DB46A

Tints of Fern #5DB46A

Color information

#5DB46A (or 0x5DB46A) is unknown color: approx Fern. HEX triplet: 5D, B4 and 6A. RGB value is (93,180,106). Sum of RGB (Red+Green+Blue) = 93+180+106=379 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.54% from 379); Green value is 180 (70.70% from 255 or 47.49% from 379); Blue value is 106 (41.80% from 255 or 27.97% from 379); Max value from RGB is 180 - color contains mainly: green. Hex color #5DB46A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DB46A is #A24B95. Grayscale: #919191. Windows color (decimal): -10636182 or 6992989. OLE color: 6992989.

HSL color Cylindrical-coordinate representation of color #5DB46A: hue angle of 128.97º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5DB46A is Cyan = 0.48, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB93180106-
CMYK0.4800.410.29
HSL128.97º36.71%53.53%-
HSV(B)128.97º48.33%70.59%-
XYZ23.4436.0119.35-
YUV145.55105.6890.52-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.54%
GREEN value IS 180 (70.70% from 255) = 47.49%
BLUE value IS 106 (41.80% from 255) = 27.97%
R=24.54%
G=47.49%
B=27.97%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal931801060.4800.410.29128.9736.7153.53
Hex5DB46A300291D812536
Octal13526415260051352014566
Binary101110110110100110101011000001010011110110000001100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DB46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,180,106); }

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

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

 a { background-color: rgb(93,180,106); }

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

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

 span { border-color: rgb(93,180,106); }

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