#DBE575

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

Shades of Mindaro #DBE575

Tints of Mindaro #DBE575

Color information

#DBE575 (or 0xDBE575) is unknown color: approx Mindaro. HEX triplet: DB, E5 and 75. RGB value is (219,229,117). Sum of RGB (Red+Green+Blue) = 219+229+117=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 229 (89.84% from 255 or 40.53% from 565); Blue value is 117 (46.09% from 255 or 20.71% from 565); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE575 is #241A8A. Grayscale: #D5D5D5. Windows color (decimal): -2366091 or 7726555. OLE color: 7726555.

HSL color Cylindrical-coordinate representation of color #DBE575: hue angle of 65.36º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DBE575 is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB219229117-
CMYK0.0400.490.10
HSL65.36º68.29%67.84%-
HSV(B)65.36º48.91%89.8%-
XYZ60.4472.3827.62-
YUV213.2473.69132.11-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.76%
GREEN value IS 229 (89.84% from 255) = 40.53%
BLUE value IS 117 (46.09% from 255) = 20.71%
R=38.76%
G=40.53%
B=20.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2192291170.0400.490.1065.3668.2967.84
HexDBE5754031A414444
Octal333345165406112101104104
Binary1101101111100101111010110001100011010100000110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE575; }

 p { color: rgb(219,229,117); }

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

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

 a { background-color: rgb(219,229,117); }

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

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

 span { border-color: rgb(219,229,117); }

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