#DBE785

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

Shades of Mindaro #DBE785

Tints of Mindaro #DBE785

Color information

#DBE785 (or 0xDBE785) is unknown color: approx Mindaro. HEX triplet: DB, E7 and 85. RGB value is (219,231,133). Sum of RGB (Red+Green+Blue) = 219+231+133=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 231 (90.62% from 255 or 39.62% from 583); Blue value is 133 (52.34% from 255 or 22.81% from 583); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE785 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE785 is #24187A. Grayscale: #D8D8D8. Windows color (decimal): -2365563 or 8775643. OLE color: 8775643.

HSL color Cylindrical-coordinate representation of color #DBE785: hue angle of 67.35º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBE785 is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB219231133-
CMYK0.0500.420.09
HSL67.35º67.12%71.37%-
HSV(B)67.35º42.42%90.59%-
XYZ62.0273.9133.19-
YUV216.2481.02129.97-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.56%
GREEN value IS 231 (90.62% from 255) = 39.62%
BLUE value IS 133 (52.34% from 255) = 22.81%
R=37.56%
G=39.62%
B=22.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2192311330.0500.420.0967.3567.1271.37
HexDBE785502A9434347
Octal333347205505211103103107
Binary11011011111001111000010110101010101001100001110000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE785; }

 p { color: rgb(219,231,133); }

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

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

 a { background-color: rgb(219,231,133); }

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

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

 span { border-color: rgb(219,231,133); }

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