#DBE67B

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

Shades of Mindaro #DBE67B

Tints of Mindaro #DBE67B

Color information

#DBE67B (or 0xDBE67B) is unknown color: approx Mindaro. HEX triplet: DB, E6 and 7B. RGB value is (219,230,123). Sum of RGB (Red+Green+Blue) = 219+230+123=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 230 (90.23% from 255 or 40.21% from 572); Blue value is 123 (48.44% from 255 or 21.50% from 572); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE67B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE67B is #241984. Grayscale: #D6D6D6. Windows color (decimal): -2365829 or 8120027. OLE color: 8120027.

HSL color Cylindrical-coordinate representation of color #DBE67B: hue angle of 66.17º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DBE67B is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB219230123-
CMYK0.0500.470.10
HSL66.17º68.15%69.22%-
HSV(B)66.17º46.52%90.2%-
XYZ61.0973.0829.63-
YUV214.5176.36131.2-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.29%
GREEN value IS 230 (90.23% from 255) = 40.21%
BLUE value IS 123 (48.44% from 255) = 21.50%
R=38.29%
G=40.21%
B=21.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2192301230.0500.470.1066.1768.1569.22
HexDBE67B502FA424445
Octal333346173505712102104105
Binary1101101111100110111101110101011111010100001010001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE67B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE67B; }

 p { color: rgb(219,230,123); }

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

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

 a { background-color: rgb(219,230,123); }

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

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

 span { border-color: rgb(219,230,123); }

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