#DBE980

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

Shades of Mindaro #DBE980

Tints of Mindaro #DBE980

Color information

#DBE980 (or 0xDBE980) is unknown color: approx Mindaro. HEX triplet: DB, E9 and 80. RGB value is (219,233,128). Sum of RGB (Red+Green+Blue) = 219+233+128=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 233 (91.41% from 255 or 40.17% from 580); Blue value is 128 (50.39% from 255 or 22.07% from 580); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE980 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE980 is #24167F. Grayscale: #D9D9D9. Windows color (decimal): -2365056 or 8448475. OLE color: 8448475.

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

Color convert

RGB219233128-
CMYK0.0600.450.09
HSL68º70.47%70.78%-
HSV(B)68º45.06%91.37%-
XYZ62.2574.931.6-
YUV216.8477.86129.54-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.76%
GREEN value IS 233 (91.41% from 255) = 40.17%
BLUE value IS 128 (50.39% from 255) = 22.07%
R=37.76%
G=40.17%
B=22.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2192331280.0600.450.096870.4770.78
HexDBE980602D9444647
Octal333351200605511104106107
Binary11011011111010011000000011001011011001100010010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE980; }

 p { color: rgb(219,233,128); }

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

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

 a { background-color: rgb(219,233,128); }

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

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

 span { border-color: rgb(219,233,128); }

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