#DBEB72

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

Shades of Mindaro #DBEB72

Tints of Mindaro #DBEB72

Color information

#DBEB72 (or 0xDBEB72) is unknown color: approx Mindaro. HEX triplet: DB, EB and 72. RGB value is (219,235,114). Sum of RGB (Red+Green+Blue) = 219+235+114=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 235 (92.19% from 255 or 41.37% from 568); Blue value is 114 (44.92% from 255 or 20.07% from 568); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEB72 is #24148D. Grayscale: #D8D8D8. Windows color (decimal): -2364558 or 7531483. OLE color: 7531483.

HSL color Cylindrical-coordinate representation of color #DBEB72: hue angle of 67.93º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DBEB72 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB219235114-
CMYK0.0700.510.08
HSL67.93º75.16%68.43%-
HSV(B)67.93º51.49%92.16%-
XYZ61.9675.6927.26-
YUV216.4270.2129.84-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.56%
GREEN value IS 235 (92.19% from 255) = 41.37%
BLUE value IS 114 (44.92% from 255) = 20.07%
R=38.56%
G=41.37%
B=20.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192351140.0700.510.0867.9375.1668.43
HexDBEB7270338444b44
Octal333353162706310104113104
Binary1101101111101011111001011101100111000100010010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEB72; }

 p { color: rgb(219,235,114); }

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

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

 a { background-color: rgb(219,235,114); }

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

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

 span { border-color: rgb(219,235,114); }

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