#DBE780

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

Shades of Mindaro #DBE780

Tints of Mindaro #DBE780

Color information

#DBE780 (or 0xDBE780) is unknown color: approx Mindaro. HEX triplet: DB, E7 and 80. RGB value is (219,231,128). Sum of RGB (Red+Green+Blue) = 219+231+128=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 231 (90.62% from 255 or 39.97% from 578); Blue value is 128 (50.39% from 255 or 22.15% from 578); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE780 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE780 is #24187F. Grayscale: #D8D8D8. Windows color (decimal): -2365568 or 8447963. OLE color: 8447963.

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

Color convert

RGB219231128-
CMYK0.0500.450.09
HSL66.99º68.21%70.39%-
HSV(B)66.99º44.59%90.59%-
XYZ61.6973.7731.41-
YUV215.6778.52130.38-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.89%
GREEN value IS 231 (90.62% from 255) = 39.97%
BLUE value IS 128 (50.39% from 255) = 22.15%
R=37.89%
G=39.97%
B=22.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2192311280.0500.450.0966.9968.2170.39
HexDBE780502D9434446
Octal333347200505511103104106
Binary11011011111001111000000010101011011001100001110001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE780; }

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

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

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

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

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

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

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

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