#DBE66E

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

Shades of Mindaro #DBE66E

Tints of Mindaro #DBE66E

Color information

#DBE66E (or 0xDBE66E) is unknown color: approx Mindaro. HEX triplet: DB, E6 and 6E. RGB value is (219,230,110). Sum of RGB (Red+Green+Blue) = 219+230+110=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 230 (90.23% from 255 or 41.14% from 559); Blue value is 110 (43.36% from 255 or 19.68% from 559); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE66E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE66E is #241991. Grayscale: #D5D5D5. Windows color (decimal): -2365842 or 7268059. OLE color: 7268059.

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

Color convert

RGB219230110-
CMYK0.0500.520.10
HSL65.5º70.59%66.67%-
HSV(B)65.5º52.17%90.2%-
XYZ60.3272.7825.62-
YUV213.0369.86132.26-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.18%
GREEN value IS 230 (90.23% from 255) = 41.14%
BLUE value IS 110 (43.36% from 255) = 19.68%
R=39.18%
G=41.14%
B=19.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2192301100.0500.520.1065.570.5966.67
HexDBE66E5034A424743
Octal333346156506412102107103
Binary1101101111100110110111010101101001010100001010001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE66E; }

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

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

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

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

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

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

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

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