#DBE478

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

Shades of Mindaro #DBE478

Tints of Mindaro #DBE478

Color information

#DBE478 (or 0xDBE478) is unknown color: approx Mindaro. HEX triplet: DB, E4 and 78. RGB value is (219,228,120). Sum of RGB (Red+Green+Blue) = 219+228+120=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 228 (89.45% from 255 or 40.21% from 567); Blue value is 120 (47.27% from 255 or 21.16% from 567); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE478 is #241B87. Grayscale: #D5D5D5. Windows color (decimal): -2366344 or 7922907. OLE color: 7922907.

HSL color Cylindrical-coordinate representation of color #DBE478: hue angle of 65º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DBE478 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB219228120-
CMYK0.0400.470.11
HSL65º66.67%68.24%-
HSV(B)65º47.37%89.41%-
XYZ60.3571.928.47-
YUV21375.52132.28-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.62%
GREEN value IS 228 (89.45% from 255) = 40.21%
BLUE value IS 120 (47.27% from 255) = 21.16%
R=38.62%
G=40.21%
B=21.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2192281200.0400.470.116566.6768.24
HexDBE478402FB414344
Octal333344170405713101103104
Binary1101101111100100111100010001011111011100000110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE478; }

 p { color: rgb(219,228,120); }

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

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

 a { background-color: rgb(219,228,120); }

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

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

 span { border-color: rgb(219,228,120); }

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