#5DB066

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

Shades of Fern #5DB066

Tints of Fern #5DB066

Color information

#5DB066 (or 0x5DB066) is unknown color: approx Fern. HEX triplet: 5D, B0 and 66. RGB value is (93,176,102). Sum of RGB (Red+Green+Blue) = 93+176+102=371 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.07% from 371); Green value is 176 (69.14% from 255 or 47.44% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 176 - color contains mainly: green. Hex color #5DB066 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DB066 is #A24F99. Grayscale: #8E8E8E. Windows color (decimal): -10637210 or 6729821. OLE color: 6729821.

HSL color Cylindrical-coordinate representation of color #5DB066: hue angle of 126.51º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5DB066 is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB93176102-
CMYK0.4700.420.31
HSL126.51º34.44%52.75%-
HSV(B)126.51º47.16%69.02%-
XYZ22.4434.3418.02-
YUV142.7510592.52-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.07%
GREEN value IS 176 (69.14% from 255) = 47.44%
BLUE value IS 102 (40.23% from 255) = 27.49%
R=25.07%
G=47.44%
B=27.49%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal931761020.4700.420.31126.5134.4452.75
Hex5DB0662F02A1F7f2235
Octal13526014657052371774265
Binary10111011011000011001101011110101010111111111111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DB066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,176,102); }

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

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

 a { background-color: rgb(93,176,102); }

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

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

 span { border-color: rgb(93,176,102); }

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