#DBE66C

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

Shades of Mindaro #DBE66C

Tints of Mindaro #DBE66C

Color information

#DBE66C (or 0xDBE66C) is unknown color: approx Mindaro. HEX triplet: DB, E6 and 6C. RGB value is (219,230,108). Sum of RGB (Red+Green+Blue) = 219+230+108=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 230 (90.23% from 255 or 41.29% from 557); Blue value is 108 (42.58% from 255 or 19.39% from 557); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE66C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE66C is #241993. Grayscale: #D5D5D5. Windows color (decimal): -2365844 or 7136987. OLE color: 7136987.

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

Color convert

RGB219230108-
CMYK0.0500.530.10
HSL65.41º70.93%66.27%-
HSV(B)65.41º53.04%90.2%-
XYZ60.2272.7425.05-
YUV212.868.86132.42-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.32%
GREEN value IS 230 (90.23% from 255) = 41.29%
BLUE value IS 108 (42.58% from 255) = 19.39%
R=39.32%
G=41.29%
B=19.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2192301080.0500.530.1065.4170.9366.27
HexDBE66C5035A414742
Octal333346154506512101107102
Binary1101101111100110110110010101101011010100000110001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE66C; }

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

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

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

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

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

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

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

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