#DBE56A

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

Shades of Mindaro #DBE56A

Tints of Mindaro #DBE56A

Color information

#DBE56A (or 0xDBE56A) is unknown color: approx Mindaro. HEX triplet: DB, E5 and 6A. RGB value is (219,229,106). Sum of RGB (Red+Green+Blue) = 219+229+106=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 229 (89.84% from 255 or 41.34% from 554); Blue value is 106 (41.80% from 255 or 19.13% from 554); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE56A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE56A is #241A95. Grayscale: #D4D4D4. Windows color (decimal): -2366102 or 7005659. OLE color: 7005659.

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

Color convert

RGB219229106-
CMYK0.0400.540.10
HSL64.88º70.29%65.69%-
HSV(B)64.88º53.71%89.8%-
XYZ59.8372.1424.41-
YUV211.9968.19133-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.53%
GREEN value IS 229 (89.84% from 255) = 41.34%
BLUE value IS 106 (41.80% from 255) = 19.13%
R=39.53%
G=41.34%
B=19.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2192291060.0400.540.1064.8870.2965.69
HexDBE56A4036A414642
Octal333345152406612101106102
Binary1101101111100101110101010001101101010100000110001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE56A; }

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

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

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

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

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

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

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

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