#DBE677

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

Shades of Mindaro #DBE677

Tints of Mindaro #DBE677

Color information

#DBE677 (or 0xDBE677) is unknown color: approx Mindaro. HEX triplet: DB, E6 and 77. RGB value is (219,230,119). Sum of RGB (Red+Green+Blue) = 219+230+119=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 230 (90.23% from 255 or 40.49% from 568); Blue value is 119 (46.88% from 255 or 20.95% from 568); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE677 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE677 is #241988. Grayscale: #D6D6D6. Windows color (decimal): -2365833 or 7857883. OLE color: 7857883.

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

Color convert

RGB219230119-
CMYK0.0500.480.10
HSL65.95º68.94%68.43%-
HSV(B)65.95º48.26%90.2%-
XYZ60.8472.9928.33-
YUV214.0674.36131.53-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.56%
GREEN value IS 230 (90.23% from 255) = 40.49%
BLUE value IS 119 (46.88% from 255) = 20.95%
R=38.56%
G=40.49%
B=20.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2192301190.0500.480.1065.9568.9468.43
HexDBE6775030A424544
Octal333346167506012102105104
Binary1101101111100110111011110101100001010100001010001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE677; }

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

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

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

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

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

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

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

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